Clint.py errors list
src/nvim/api/buffer.c:125: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/buffer.c:126: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/buffer.c:127: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/buffer.c:128: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/buffer.c:129: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/buffer.c:229: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/buffer.c:230: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/buffer.c:231: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/buffer.c:232: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/buffer.c:233: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/buffer.c:234: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/buffer.c:694: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/api/private/helpers.c:28: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/api/private/helpers.c:38: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/api/private/helpers.c:309: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.c:393: Missing space after { [whitespace/braces] [5]
src/nvim/api/private/helpers.c:393: Missing space before } [whitespace/braces] [5]
src/nvim/api/private/helpers.c:722: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/api/private/helpers.c:735: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/api/private/helpers.c:777: if should always use braces [readability/braces] [5]
src/nvim/api/private/helpers.c:778: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.c:817: if should always use braces [readability/braces] [5]
src/nvim/api/vim.c:65: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/api/vim.c:83: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/vim.c:89: if should always use braces [readability/braces] [5]
src/nvim/api/vim.c:111: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/vim.c:120: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/vim.c:176: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/vim.c:414: Missing space after { [whitespace/braces] [5]
src/nvim/api/vim.c:414: Missing space before } [whitespace/braces] [5]
src/nvim/api/vim.c:648: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/api/vim.c:656: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:5: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:86: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:87: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:102: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:104: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:111: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:131: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:139: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:169: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:171: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:172: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:177: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:178: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:181: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:182: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:185: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:186: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:194: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:196: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:197: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:199: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:198: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:205: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:217: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:222: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:223: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:227: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:239: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:258: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:257: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:296: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:297: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:320: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:336: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:339: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:340: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:340: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:347: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:347: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:365: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:365: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:378: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:384: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:385: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:389: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:394: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:397: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:398: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:410: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:411: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/buffer.c:412: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/buffer.c:413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:416: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:418: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:423: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:424: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:433: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:445: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:447: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:449: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:451: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:458: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:467: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:468: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:478: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:479: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:480: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:481: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:482: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:499: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:500: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:503: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:504: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:509: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:509: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:510: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:514: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:523: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:527: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:537: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:554: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:582: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:583: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:628: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:640: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:642: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:670: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:671: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:672: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:676: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:690: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:717: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:736: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:739: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:749: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:751: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:752: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:753: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:759: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:763: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:768: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:768: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:769: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:772: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:776: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:777: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:778: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:781: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:783: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:785: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:790: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:792: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:795: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:797: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:800: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:802: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:830: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:835: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:842: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:843: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:844: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:845: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:864: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:865: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:887: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:896: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:903: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:907: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:911: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:916: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:950: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:955: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:956: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:962: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:967: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:988: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:989: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:999: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:999: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1007: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1008: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1009: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1025: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1027: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1031: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1038: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1040: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1042: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1047: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1050: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1052: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1054: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1060: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1064: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1067: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1072: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1074: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1077: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1079: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1083: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1094: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1096: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1104: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1113: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1117: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1119: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1124: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1132: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1133: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1150: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1174: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1179: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1184: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1186: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1188: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1189: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1192: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1193: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1195: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:1198: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1199: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1209: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/buffer.c:1212: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1226: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1228: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1236: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:1238: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1247: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1248: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1258: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1259: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1261: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1263: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1264: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1265: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1268: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1269: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1274: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1280: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1281: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1287: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1291: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1304: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1325: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:1326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1348: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1349: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1354: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1356: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1382: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1383: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1384: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1385: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1386: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1415: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1423: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1425: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1427: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1480: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1485: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1490: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1495: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1500: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1585: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1587: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1593: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1600: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1608: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:1638: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:1640: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:1641: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:1643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1648: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1652: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:1656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1668: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1670: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1670: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:1674: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1690: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:1692: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:1694: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:1690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1690: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1692: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1694: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/buffer.c:1702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1771: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/buffer.c:1771: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:1772: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1773: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1780: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1782: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:1783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1784: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1787: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1788: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:1802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1824: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1830: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1832: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1838: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1840: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1867: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:1870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1874: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:1875: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1881: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1890: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:1893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1893: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1897: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1898: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:1899: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1899: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:1900: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1902: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1908: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1915: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1919: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1952: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1954: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1954: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:1955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1957: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1990: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:1993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1999: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2002: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2020: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:2021: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2027: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2031: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2033: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2035: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2058: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2094: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:2095: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2104: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:2105: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2107: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2126: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:2132: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2136: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2150: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2190: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2192: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2193: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:2196: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2197: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2198: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2199: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2200: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2201: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2202: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2203: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2204: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2205: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2213: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2214: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2215: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2233: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2248: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:2249: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:2253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2268: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2282: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2288: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2341: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2344: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2364: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2374: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:2375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2382: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2400: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2412: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2414: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2427: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:2512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2515: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:2516: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:2517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2533: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2537: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2539: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2539: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2540: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2542: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2545: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2545: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:2549: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2551: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2552: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2553: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2554: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2555: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2556: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2557: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2558: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2560: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2562: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2565: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2568: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2575: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2577: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2579: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2582: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2583: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2584: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2585: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2589: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2599: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:2603: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2604: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2618: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2620: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2645: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:2649: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2650: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2656: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2663: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2667: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2669: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2670: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2671: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2673: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2675: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2683: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2685: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2685: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2709: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2709: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:2711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2712: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2717: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2720: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2736: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2742: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2753: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2757: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2759: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2760: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2761: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2763: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2765: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2768: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2770: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2777: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2788: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2909: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2913: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2916: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2926: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2928: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2966: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:2971: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2988: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3077: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:3081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3098: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:3145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3145: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3188: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:3188: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:3193: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:3194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3229: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3282: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3284: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:3288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3295: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:3297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3297: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3361: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:3363: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:3365: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:3367: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3406: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3431: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3433: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:3440: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3447: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3459: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3473: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3485: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3491: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3517: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:3545: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3563: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:3572: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3584: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3586: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:3601: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3614: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3633: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3634: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3634: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3681: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3684: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3702: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3737: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:3756: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3844: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3852: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:3856: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:3915: Small and focused functions are preferred: build_stl_str_hl() has 687 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/buffer.c:3917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3939: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3941: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:3943: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:3945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3946: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3991: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3993: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3995: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/buffer.c:4001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4021: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4029: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:4030: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:4032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4037: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer.c:4037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4038: Use operator ! instead of not [readability/alt_tokens] [2]
src/nvim/buffer.c:4041: Use operator && instead of and [readability/alt_tokens] [2]
src/nvim/buffer.c:4043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4044: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4070: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4083: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4084: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4091: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4096: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4096: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:4097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4098: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:4102: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4102: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4102: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4102: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4106: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4107: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4108: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4114: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4119: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:4123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4127: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4142: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4150: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4152: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4153: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4153: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:4155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4156: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4164: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4168: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4170: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4177: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4181: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4182: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4188: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4190: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4192: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:4193: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4194: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4216: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4218: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:4219: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4230: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4231: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4233: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4234: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4235: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4236: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4241: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4248: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4251: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4252: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4253: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4257: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4258: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4259: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4262: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4282: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4284: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4286: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4287: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4288: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4289: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4298: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4299: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4310: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/buffer.c:4313: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4314: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer.c:4314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4318: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:4319: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4323: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4325: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4334: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4336: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4339: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4344: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4346: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4350: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:4351: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4354: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4363: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4365: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4383: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4384: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4386: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4392: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:4398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4402: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4405: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4408: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4410: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4417: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4423: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4427: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4450: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4455: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4458: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4459: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:4460: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4461: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4464: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:4465: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:4466: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4468: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4475: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:4476: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:4478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4493: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:4495: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4500: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4502: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4505: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4524: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4525: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:4525: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/buffer.c:4527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4534: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4535: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4537: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4544: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:4544: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:4545: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4547: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4548: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4559: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4561: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4571: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4599: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4601: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4607: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4611: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4650: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/buffer.c:4644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4669: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/buffer.c:4669: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:4674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4682: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/buffer.c:4678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4693: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/buffer.c:4710: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/buffer.c:4707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4725: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/buffer.c:4726: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/buffer.c:4727: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/buffer.c:4728: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/buffer.c:4727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4730: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer.c:4730: Missing space before asterisk in signlist_T * [whitespace/operators] [2]
src/nvim/buffer.c:4734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4738: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4747: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/buffer.c:4748: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/buffer.c:4749: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/buffer.c:4747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4789: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/buffer.c:4787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4805: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/buffer.c:4803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4828: Missing space before { [whitespace/braces] [5]
src/nvim/buffer.c:4840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4875: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/buffer.c:4876: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4890: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/buffer.c:4892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4902: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/buffer.c:4949: Missing space before asterisk in bufhl_vec_T* [whitespace/operators] [2]
src/nvim/buffer.c:5010: Missing space before asterisk in bufhl_vec_T* [whitespace/operators] [2]
src/nvim/buffer.c:5036: Missing space before asterisk in buf_T* [whitespace/operators] [2]
src/nvim/buffer.c:5046: Missing space before asterisk in buf_T* [whitespace/operators] [2]
src/nvim/buffer.c:5125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:5132: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:5133: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:5134: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:5135: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:5171: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:5191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:5196: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:5197: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:5199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:5202: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:5203: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:5205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:5205: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:5207: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:5208: if should always use braces [readability/braces] [5]
src/nvim/charset.c:127: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/charset.c:140: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/charset.c:156: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/charset.c:177: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:190: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:271: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:320: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:400: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:485: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:508: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:536: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/charset.c:978: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/charset.c:981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/charset.c:1040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/charset.c:1051: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:1109: if should always use braces [readability/braces] [5]
src/nvim/charset.c:1204: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/charset.c:1260: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:1439: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:1454: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:1469: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/charset.c:1488: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:1503: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:1518: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/charset.c:1536: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:1702: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:1715: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:1718: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:1720: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:1733: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/charset.c:1833: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/charset.c:1973: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/charset.c:1985: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/cursor.c:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:77: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:79: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor.c:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:114: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:115: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/cursor.c:125: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:182: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:202: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:204: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor.c:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:222: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:230: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:233: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:304: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:305: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/cursor.c:308: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:345: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:355: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:357: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor.c:358: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:360: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor.c:361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:381: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:384: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/cursor.c:387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:432: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:440: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:442: Missing space before asterisk in int)* [whitespace/operators] [2]
src/nvim/cursor.c:445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:21: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:21: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:22: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:22: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:23: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:23: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:24: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:24: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:25: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:25: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:26: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:26: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:27: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:27: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:28: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:28: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:29: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:29: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:30: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:30: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:31: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:31: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:32: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:32: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:33: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:33: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:34: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:34: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:35: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:35: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:36: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:36: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:37: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:37: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:62: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/cursor_shape.c:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:69: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:71: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:84: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:86: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:92: for should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:92: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/cursor_shape.c:93: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:95: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:96: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/cursor_shape.c:98: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:104: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:106: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:124: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:126: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:128: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:130: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:132: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:136: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:140: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:143: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:145: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:150: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:152: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:154: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:158: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:164: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:177: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/cursor_shape.c:179: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:186: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:187: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/cursor_shape.c:191: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:192: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/cursor_shape.c:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/diff.c:37: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:68: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:71: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:83: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/diff.c:98: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:99: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:124: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:127: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:128: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:144: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:161: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:178: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:180: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:240: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/diff.c:258: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:279: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:279: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/diff.c:280: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:280: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/diff.c:281: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:282: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:282: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/diff.c:283: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:283: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/diff.c:284: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:285: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:285: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/diff.c:286: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:286: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/diff.c:302: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:327: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:347: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:356: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:366: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:377: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/diff.c:388: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:409: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:433: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:438: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:449: Missing space before asterisk in diff_T* [whitespace/operators] [2]
src/nvim/diff.c:476: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:505: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:508: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:524: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:536: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:563: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/diff.c:598: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:616: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:633: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:637: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:649: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:679: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:682: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:688: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:691: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:698: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:709: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:748: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:751: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:763: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:784: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/diff.c:813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/diff.c:842: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/diff.c:861: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:867: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:896: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:930: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:970: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:971: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1018: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1045: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1064: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1069: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1074: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:1095: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1106: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1188: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/diff.c:1195: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/diff.c:1195: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1223: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:1237: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:1273: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1292: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1326: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1354: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1360: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/diff.c:1360: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:1370: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1426: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/diff.c:1456: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1472: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:1477: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:1479: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1482: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1488: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1496: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1512: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:1526: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1614: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:1615: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:1702: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1763: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1805: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:1817: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1825: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1859: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:1883: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1891: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:1906: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:1907: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:1981: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:2027: If you can, use sizeof(buf) instead of 30 as the 2nd arg to snprintf. [runtime/printf] [3]
src/nvim/diff.c:2062: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2076: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:2083: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:2097: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:2101: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/diff.c:2101: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/diff.c:2114: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:2121: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2147: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:2157: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:2159: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:2250: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:2253: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2257: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:2262: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2263: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2269: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2270: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2279: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:2344: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2349: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2357: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2370: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:41: Missing space after { [whitespace/braces] [5]
src/nvim/digraph.c:41: Missing space before } [whitespace/braces] [5]
src/nvim/digraph.c:50: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/digraph.c:838: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/digraph.c:839: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/digraph.c:840: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/digraph.c:841: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/digraph.c:1391: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/digraph.c:1423: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/digraph.c:1430: Use false instead of FALSE. [readability/bool] [4]
src/nvim/digraph.c:1466: Use true instead of TRUE. [readability/bool] [4]
src/nvim/digraph.c:1479: Use true instead of TRUE. [readability/bool] [4]
src/nvim/digraph.c:1503: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:1508: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/digraph.c:1515: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:1520: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/digraph.c:1622: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:1627: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/digraph.c:1648: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:1654: Use false instead of FALSE. [readability/bool] [4]
src/nvim/digraph.c:1666: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:1719: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/digraph.c:1738: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/digraph.c:1760: Use false instead of FALSE. [readability/bool] [4]
src/nvim/digraph.c:1765: Use false instead of FALSE. [readability/bool] [4]
src/nvim/digraph.c:1829: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/digraph.c:1836: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:1840: Use false instead of FALSE. [readability/bool] [4]
src/nvim/digraph.c:1866: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:1868: Use false instead of FALSE. [readability/bool] [4]
src/nvim/digraph.c:1360: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1361: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1362: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1363: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1364: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1365: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1366: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1367: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1368: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1369: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1370: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1371: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1372: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1373: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1374: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1375: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1376: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1377: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1378: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1379: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1380: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1381: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1382: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1383: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1384: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1385: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1386: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1387: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1388: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1389: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1390: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1391: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1392: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1393: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1394: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1395: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1396: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1397: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1398: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1399: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1400: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1401: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1402: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1403: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1404: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1405: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1406: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1407: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1408: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1409: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1410: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/edit.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:119: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:141: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:147: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:147: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:150: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:150: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:151: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:152: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:152: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:153: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:155: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:156: Use operator || instead of or [readability/alt_tokens] [2]
src/nvim/edit.c:156: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:159: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:159: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:162: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:166: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:174: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:176: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:181: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:220: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:235: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:239: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:239: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:400: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:557: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:669: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:669: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:689: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:690: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:692: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:693: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:742: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1201: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1225: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:1226: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:1225: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:1226: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:1330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1338: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:1339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1344: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1346: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1367: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:1383: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1385: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1391: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1394: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:1397: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1399: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1408: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1411: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1414: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:1415: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:1417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1422: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1427: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1453: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1455: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1467: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:1473: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1492: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1493: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:1494: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1495: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1496: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1509: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1521: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1523: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1537: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1550: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:1554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1554: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/edit.c:1555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1578: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1600: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1603: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1609: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1611: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1611: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:1614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1615: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1636: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1639: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:1641: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1641: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:1642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1656: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1658: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1659: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:1664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1687: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1689: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1691: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:1694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1699: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1701: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1704: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1706: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1720: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:1728: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:1732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1745: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1769: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1785: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1787: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1835: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1837: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1968: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/edit.c:1972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1976: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1977: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1988: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:1990: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:1993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1999: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2001: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:2004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2012: for should always use braces [readability/braces] [5]
src/nvim/edit.c:2012: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2013: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2015: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2020: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2021: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2023: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2026: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2029: for should always use braces [readability/braces] [5]
src/nvim/edit.c:2029: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2042: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2043: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2045: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2049: for should always use braces [readability/braces] [5]
src/nvim/edit.c:2049: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2059: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2060: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2062: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2064: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2066: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2078: while should always use braces [readability/braces] [5]
src/nvim/edit.c:2079: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2081: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2088: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2088: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2090: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2100: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:2105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2115: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2117: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2126: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2127: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2128: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2143: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2152: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2157: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2160: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:2167: for should always use braces [readability/braces] [5]
src/nvim/edit.c:2167: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2168: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2175: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2177: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2184: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2186: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2188: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2195: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2231: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2235: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2237: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2250: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2257: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2258: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2268: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2272: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2276: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2290: for should always use braces [readability/braces] [5]
src/nvim/edit.c:2291: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2292: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2292: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2314: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2335: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2339: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2347: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2355: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2356: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2394: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2449: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2450: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2456: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2468: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2473: Missing space before { [whitespace/braces] [5]
src/nvim/edit.c:2477: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2480: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2483: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2484: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2485: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2485: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2486: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2493: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2494: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2497: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2503: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2507: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2508: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2509: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:2510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2516: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2519: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2523: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2526: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2530: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2531: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2535: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2536: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2542: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2545: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2546: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2546: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2548: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2552: for should always use braces [readability/braces] [5]
src/nvim/edit.c:2552: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2581: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:2584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2600: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2602: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2611: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2612: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2628: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2644: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2646: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2648: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2648: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2655: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2657: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2662: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2663: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2666: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2676: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/edit.c:2684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2687: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2688: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2709: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2710: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2722: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2727: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2734: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2738: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/edit.c:2741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2742: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2744: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2745: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2748: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2751: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2755: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2771: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2772: while should always use braces [readability/braces] [5]
src/nvim/edit.c:2774: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2775: while should always use braces [readability/braces] [5]
src/nvim/edit.c:2776: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2790: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2793: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2796: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:2797: while should always use braces [readability/braces] [5]
src/nvim/edit.c:2798: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2811: while should always use braces [readability/braces] [5]
src/nvim/edit.c:2812: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2829: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2841: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2843: for should always use braces [readability/braces] [5]
src/nvim/edit.c:2843: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2854: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2863: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2900: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2907: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2936: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2958: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2959: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2970: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2994: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2999: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3014: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3053: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3053: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3058: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3060: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3082: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3096: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3097: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/edit.c:3101: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3102: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3104: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3105: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3107: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3108: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3120: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3122: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3151: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:3153: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:3171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3178: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3180: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3195: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3197: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3208: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3210: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3237: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3239: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3251: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3257: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3259: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3261: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3286: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3289: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3295: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3304: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3308: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3310: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3313: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3337: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3339: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3344: for should always use braces [readability/braces] [5]
src/nvim/edit.c:3344: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:3345: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/edit.c:3346: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3348: for should always use braces [readability/braces] [5]
src/nvim/edit.c:3350: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3352: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3369: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3372: while should always use braces [readability/braces] [5]
src/nvim/edit.c:3374: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/edit.c:3376: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3380: while should always use braces [readability/braces] [5]
src/nvim/edit.c:3386: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/edit.c:3391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3396: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:3397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3411: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3423: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3449: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3451: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3455: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3457: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3471: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3474: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3488: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3493: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3494: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3499: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3512: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3513: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3514: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3518: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3520: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3520: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3522: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3522: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3524: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3524: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3526: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3526: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3527: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3527: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3529: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3529: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3531: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3531: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3537: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3556: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:3556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3556: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3581: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3593: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3602: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3603: while should always use braces [readability/braces] [5]
src/nvim/edit.c:3608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3609: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3616: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3619: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3619: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3622: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3628: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3629: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3636: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3637: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3638: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3639: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3640: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3641: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3642: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3644: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3644: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3648: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3650: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3656: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3658: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3660: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3663: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3664: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3670: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3671: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3682: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3715: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3716: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3717: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3725: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3726: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/edit.c:3727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3734: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3735: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3736: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3737: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3747: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3748: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3758: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3759: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3766: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3768: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3773: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:3780: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3781: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3783: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3784: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3785: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3786: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:3788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3789: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3792: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3793: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3797: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3798: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3803: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3804: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3805: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3807: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3810: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3812: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3813: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3823: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3841: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3849: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3860: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3869: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3874: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3875: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3886: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3893: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3896: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3903: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3911: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3914: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3932: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3948: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/edit.c:3955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3959: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3960: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3961: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3962: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3997: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:4000: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:3999: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:3999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4008: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4014: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4021: while should always use braces [readability/braces] [5]
src/nvim/edit.c:4022: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4031: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4031: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4034: while should always use braces [readability/braces] [5]
src/nvim/edit.c:4035: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4042: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4053: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4054: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4073: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4075: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4082: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4083: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4084: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4085: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4096: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4100: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4101: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:4104: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4106: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4109: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4109: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4110: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4111: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4128: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4136: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4157: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:4162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4169: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4171: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4175: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4196: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4200: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4212: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4211: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4220: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4221: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:4231: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4270: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4315: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4316: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4317: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4318: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4319: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4357: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:4358: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:4363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4372: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4376: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:4378: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:4381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4383: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4396: while should always use braces [readability/braces] [5]
src/nvim/edit.c:4397: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/edit.c:4401: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4403: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4410: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4411: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4414: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:4415: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/edit.c:4414: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:4415: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/edit.c:4414: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:4415: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/edit.c:4415: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/edit.c:4419: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4438: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4439: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4443: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:4444: while should always use braces [readability/braces] [5]
src/nvim/edit.c:4445: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/edit.c:4449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4459: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4462: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4468: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4470: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4472: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4480: while should always use braces [readability/braces] [5]
src/nvim/edit.c:4482: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4484: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4494: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4495: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4500: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4522: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4531: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4546: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4561: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4563: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4566: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4579: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/edit.c:4588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4615: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4617: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4628: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4654: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:4656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4659: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4668: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4681: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4682: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4683: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4689: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4691: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4714: for should always use braces [readability/braces] [5]
src/nvim/edit.c:4721: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4724: for should always use braces [readability/braces] [5]
src/nvim/edit.c:4728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4732: for should always use braces [readability/braces] [5]
src/nvim/edit.c:4739: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4742: for should always use braces [readability/braces] [5]
src/nvim/edit.c:4749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4756: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4758: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4759: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4760: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4762: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4763: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4766: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4767: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4791: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4811: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4815: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4818: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4824: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4828: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4835: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4836: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:4837: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4838: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4839: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4844: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4861: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4862: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4865: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4868: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4873: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4877: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4878: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:4879: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4880: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:4881: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4883: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4883: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:4887: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4891: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4895: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4900: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4903: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4910: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4913: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4915: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:4918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4928: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4930: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4931: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:4931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4932: Extra space for operator ! [whitespace/operators] [4]
src/nvim/edit.c:4934: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4935: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4937: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4964: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4969: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4972: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4990: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:4990: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:4990: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:4992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5003: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:5004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5043: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/edit.c:5044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5046: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5055: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5057: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5061: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5075: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5078: while should always use braces [readability/braces] [5]
src/nvim/edit.c:5079: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:5081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5082: while should always use braces [readability/braces] [5]
src/nvim/edit.c:5083: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:5085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5086: while should always use braces [readability/braces] [5]
src/nvim/edit.c:5087: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:5090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5092: while should always use braces [readability/braces] [5]
src/nvim/edit.c:5093: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/edit.c:5096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5114: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5115: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5116: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5117: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5140: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5151: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5152: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5153: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5154: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5156: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5158: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5160: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5172: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5174: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5188: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5190: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5203: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:5208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5213: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5217: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5219: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5257: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5260: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5261: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5262: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5264: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5267: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5268: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5269: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5276: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5277: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5278: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5283: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5301: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5303: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5314: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5317: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5321: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5324: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5330: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5339: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5345: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5353: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5359: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5367: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5370: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5377: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5380: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5398: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5400: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5408: while should always use braces [readability/braces] [5]
src/nvim/edit.c:5412: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5425: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5429: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5438: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5439: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5440: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5441: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5442: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5455: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5459: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5461: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5461: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5462: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5472: for should always use braces [readability/braces] [5]
src/nvim/edit.c:5480: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5497: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5501: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5502: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5504: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5505: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5506: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5507: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5511: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5530: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:5531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5531: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/edit.c:5532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5542: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5549: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5560: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5573: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5574: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5583: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:5584: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5593: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5601: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5615: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5617: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5618: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5620: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5632: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:5633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5641: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5643: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5644: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5644: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5652: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5653: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5667: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:5668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5678: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5686: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5689: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5693: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5711: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5741: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5742: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5757: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5768: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5769: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5781: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/edit.c:5785: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5790: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5791: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5802: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5803: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5818: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:5820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5841: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5859: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5863: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5866: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5870: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5878: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5894: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5895: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:5897: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5899: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5899: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5902: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5904: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5904: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5909: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:5913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5925: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5926: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5927: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5928: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5951: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5982: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:5984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5989: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6004: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6006: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6006: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6013: for should always use braces [readability/braces] [5]
src/nvim/edit.c:6014: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6015: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6017: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6040: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:6041: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/edit.c:6041: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/edit.c:6043: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6050: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6053: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6055: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6060: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6066: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6076: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6086: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6089: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/edit.c:6091: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6099: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6100: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:6101: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/edit.c:6101: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/edit.c:6105: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6109: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6112: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6113: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6117: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6123: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:6125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6137: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6139: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6148: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6149: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6154: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6157: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6159: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6167: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6177: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:6179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6193: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6195: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6200: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6202: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6203: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6204: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6207: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6209: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6217: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6229: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:6230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6247: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6249: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6266: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6272: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6275: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6279: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6287: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6301: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6305: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6329: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:6332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6373: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6386: for should always use braces [readability/braces] [5]
src/nvim/edit.c:6386: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6404: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:6405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6410: for should always use braces [readability/braces] [5]
src/nvim/edit.c:6412: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6414: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:6419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6449: for should always use braces [readability/braces] [5]
src/nvim/edit.c:6449: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6452: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6455: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6459: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6468: for should always use braces [readability/braces] [5]
src/nvim/edit.c:6468: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6470: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6472: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6472: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6474: for should always use braces [readability/braces] [5]
src/nvim/edit.c:6474: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6525: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6530: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6540: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6550: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:6551: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6558: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6588: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6590: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6592: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6624: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6626: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6701: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:6727: while should always use braces [readability/braces] [5]
src/nvim/edit.c:6729: while should always use braces [readability/braces] [5]
src/nvim/edit.c:6732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6735: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/edit.c:6736: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6738: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6739: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6740: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6741: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:6743: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6747: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:6752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6760: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6763: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6764: for should always use braces [readability/braces] [5]
src/nvim/edit.c:6764: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6765: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6768: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6772: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6773: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6780: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6786: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6792: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6794: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:6810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6824: Missing spaces around = [whitespace/operators] [4]
src/nvim/edit.c:6824: Missing space after { [whitespace/braces] [5]
src/nvim/edit.c:6826: Missing space before } [whitespace/braces] [5]
src/nvim/edit.c:6828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6828: Missing space after { [whitespace/braces] [5]
src/nvim/edit.c:6829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6836: Missing space before } [whitespace/braces] [5]
src/nvim/edit.c:6838: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6841: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6843: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6845: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6847: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6848: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/edit.c:6849: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6850: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/edit.c:6851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6856: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6858: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6875: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6888: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:6893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6899: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:6901: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6910: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6912: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6918: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6920: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6924: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6943: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:6954: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6955: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6956: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6961: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6965: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6983: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6985: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6990: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6996: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7000: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7001: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7026: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7067: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7076: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7082: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7094: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7100: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7101: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7119: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/edit.c:7124: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7125: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7127: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7129: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7160: while should always use braces [readability/braces] [5]
src/nvim/edit.c:7161: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7170: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7178: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7181: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7183: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7206: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7261: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7263: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7265: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7267: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7268: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7269: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7282: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7291: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7292: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7294: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7296: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7298: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7299: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7300: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7302: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7303: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7304: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7305: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7306: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7307: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7314: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7327: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7328: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7329: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7330: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7345: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7348: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7349: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7380: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:7381: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:7382: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:7381: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:7382: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:7421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7440: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7452: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7460: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:7460: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7464: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7468: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7469: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7471: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7502: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7507: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7519: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7528: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:7540: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7541: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7543: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7556: while should always use braces [readability/braces] [5]
src/nvim/edit.c:7560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7568: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7570: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7570: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7572: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7580: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7613: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7615: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7615: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7618: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7620: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7626: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7632: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7636: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7639: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:7640: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:7657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7670: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7687: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7706: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7717: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7731: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7739: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7741: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:7742: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7747: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7750: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7765: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7775: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7785: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7792: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7805: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7809: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7821: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7825: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7835: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7850: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7859: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7861: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7861: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7862: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7864: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7865: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7869: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7874: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/edit.c:7877: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7878: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7888: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7902: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:7903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7912: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7913: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7915: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7951: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:7952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7961: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7962: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7964: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8031: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8032: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8033: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8034: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8053: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8055: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:8055: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:8057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8057: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8090: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8091: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8096: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8097: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8116: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8123: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8127: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8128: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8139: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8140: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8144: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8145: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8154: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8157: for should always use braces [readability/braces] [5]
src/nvim/edit.c:8162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8174: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:8178: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8204: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8218: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8221: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8225: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8233: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8249: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8254: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8256: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8257: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8264: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8265: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8267: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8268: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8269: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8276: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8280: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8283: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8286: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8287: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8288: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8292: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8293: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8295: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8296: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8297: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8303: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8337: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8355: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8357: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:8365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8369: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8373: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8378: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8413: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8414: while should always use braces [readability/braces] [5]
src/nvim/edit.c:8415: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/edit.c:8418: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8422: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8423: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8424: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:8427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8431: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8439: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8442: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8443: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8446: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8447: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8461: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8471: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8503: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8507: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:95: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/eval.c:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:98: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/eval.c:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:98: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:131: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/eval.c:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:192: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:192: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:213: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:213: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:436: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/eval.c:436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:439: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:483: if should always use braces [readability/braces] [5]
src/nvim/eval.c:485: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:487: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:491: if should always use braces [readability/braces] [5]
src/nvim/eval.c:493: if should always use braces [readability/braces] [5]
src/nvim/eval.c:494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:565: for should always use braces [readability/braces] [5]
src/nvim/eval.c:565: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:567: for should always use braces [readability/braces] [5]
src/nvim/eval.c:567: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:639: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:652: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:653: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:678: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:677: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:682: if should always use braces [readability/braces] [5]
src/nvim/eval.c:683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:685: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:695: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:698: if should always use braces [readability/braces] [5]
src/nvim/eval.c:699: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:700: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:701: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:727: if should always use braces [readability/braces] [5]
src/nvim/eval.c:730: if should always use braces [readability/braces] [5]
src/nvim/eval.c:731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:732: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:757: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:757: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:758: if should always use braces [readability/braces] [5]
src/nvim/eval.c:759: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:819: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:824: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:838: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:849: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:850: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:858: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:860: if should always use braces [readability/braces] [5]
src/nvim/eval.c:861: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:862: if should always use braces [readability/braces] [5]
src/nvim/eval.c:863: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:864: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:864: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:865: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:871: if should always use braces [readability/braces] [5]
src/nvim/eval.c:872: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:883: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:892: if should always use braces [readability/braces] [5]
src/nvim/eval.c:893: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:894: if should always use braces [readability/braces] [5]
src/nvim/eval.c:896: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:896: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:900: if should always use braces [readability/braces] [5]
src/nvim/eval.c:901: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:915: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:931: if should always use braces [readability/braces] [5]
src/nvim/eval.c:931: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:933: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:933: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:938: if should always use braces [readability/braces] [5]
src/nvim/eval.c:946: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:964: if should always use braces [readability/braces] [5]
src/nvim/eval.c:965: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:966: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:967: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:968: if should always use braces [readability/braces] [5]
src/nvim/eval.c:969: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:970: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:986: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:988: if should always use braces [readability/braces] [5]
src/nvim/eval.c:988: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:990: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:990: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:994: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1008: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1023: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1025: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1046: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1047: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1049: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1050: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1052: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1056: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1057: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1074: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1079: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1093: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1149: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1157: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1174: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:1175: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:1179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1186: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1186: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1200: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:1204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1211: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1211: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1225: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:1229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1235: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1235: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1314: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1316: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1317: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1318: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1319: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1321: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1321: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1323: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1323: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1325: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1327: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1329: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1329: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1333: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1339: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1340: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1341: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1342: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1366: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1369: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1371: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1372: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1377: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1379: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1382: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1405: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1406: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1409: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1411: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1414: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1413: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1428: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:1429: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:1432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1448: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1474: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1476: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1495: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1494: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1497: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1530: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1533: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1535: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1547: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1557: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1560: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1567: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/eval.c:1574: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:1576: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1578: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1590: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1601: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1601: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1603: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:1605: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1614: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1614: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1623: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1623: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1631: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1639: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1641: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1641: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1649: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1651: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1651: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1659: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1671: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1678: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1683: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1687: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1697: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1697: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1698: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1699: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1699: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1719: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1720: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1721: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1722: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1746: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:1747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1767: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1770: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1772: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1772: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1773: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1775: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1778: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1792: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1794: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1795: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1796: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1798: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1811: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:1812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1814: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1817: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1817: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1831: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1832: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1835: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1835: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1837: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1839: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1859: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:1860: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1861: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1863: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1866: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1866: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1879: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1889: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:1892: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1894: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1896: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1896: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1902: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1915: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1917: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1939: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:1945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1955: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1987: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1993: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1997: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2003: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2006: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2017: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2022: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2030: for should always use braces [readability/braces] [5]
src/nvim/eval.c:2030: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:2031: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:2033: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2041: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2042: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2043: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2043: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2044: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2045: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2045: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2057: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2059: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2065: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2067: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2072: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2073: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2074: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2074: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2075: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2076: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2077: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2083: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2089: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2090: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2091: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2094: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2096: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2098: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2104: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2112: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2132: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2138: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2140: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2153: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2155: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2159: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2161: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2163: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2171: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2178: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2180: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2180: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2194: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2196: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2213: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2221: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2224: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2251: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/eval.c:2276: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2306: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2308: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2308: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2313: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2321: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2323: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2325: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2408: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2411: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2417: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2425: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2427: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2433: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2435: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2442: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2458: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2462: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2464: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2466: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2468: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2517: for should always use braces [readability/braces] [5]
src/nvim/eval.c:2518: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2535: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2538: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2547: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2548: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2550: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2565: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2566: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2584: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2585: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2586: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2586: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2589: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:2588: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2611: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2622: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2627: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2631: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:2636: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2641: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2643: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/eval.c:2646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2649: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2658: while should always use braces [readability/braces] [5]
src/nvim/eval.c:2659: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2660: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2664: while should always use braces [readability/braces] [5]
src/nvim/eval.c:2665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2665: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:2669: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2671: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2673: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2675: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2680: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2681: while should always use braces [readability/braces] [5]
src/nvim/eval.c:2682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2682: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:2688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2701: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2708: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2709: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2709: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2711: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2721: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2726: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2727: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2731: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2750: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2752: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2754: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:2762: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:2763: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:2764: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2769: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2770: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2775: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2782: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2785: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2786: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2791: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2793: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2818: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2820: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2835: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2841: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:2840: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2842: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2843: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2847: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2850: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2857: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2858: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2860: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2861: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:2862: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2866: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2885: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2887: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2914: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2996: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3013: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3021: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3023: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3023: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:3024: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3025: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3027: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3027: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:3028: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3030: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3043: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3072: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3074: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3077: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3079: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3085: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3087: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3089: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3091: for should always use braces [readability/braces] [5]
src/nvim/eval.c:3097: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3099: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3104: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:3106: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3122: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3150: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:3152: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3153: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3210: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3212: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3213: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3214: while should always use braces [readability/braces] [5]
src/nvim/eval.c:3215: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3216: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3224: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3226: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3227: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3228: while should always use braces [readability/braces] [5]
src/nvim/eval.c:3229: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3233: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3240: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3242: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3243: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3244: while should always use braces [readability/braces] [5]
src/nvim/eval.c:3245: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3252: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3254: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3255: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3256: while should always use braces [readability/braces] [5]
src/nvim/eval.c:3257: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3309: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3316: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3320: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3345: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3349: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3351: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3353: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3354: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3356: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3364: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3372: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3382: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3386: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3407: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3412: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3418: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3419: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3422: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3423: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3425: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3427: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3434: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3441: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3442: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3444: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3470: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3475: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3481: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3482: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3485: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3486: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3488: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3490: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3497: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3504: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3505: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3507: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3543: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3555: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3562: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3567: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3573: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:3579: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:3588: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3600: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3601: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3604: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:3605: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3606: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3609: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:3612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3630: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3645: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:3645: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3646: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3653: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3657: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3659: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3667: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:3667: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3668: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3674: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3676: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3683: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3685: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3686: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3688: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:3689: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3697: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:3701: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3703: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3705: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3707: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3709: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3726: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:3739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3744: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3746: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3748: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3763: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:3768: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3812: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3812: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3820: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3868: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:3876: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3890: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3903: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3910: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3912: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3917: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3919: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3942: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:3943: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:3947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3953: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3955: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3960: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3968: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3974: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3976: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:3979: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3981: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:3984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3988: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3988: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3995: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:4002: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4004: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4036: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4038: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4040: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4042: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4044: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4046: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:4049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4049: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4051: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4137: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4139: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4201: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4209: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4240: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:4241: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:4293: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4327: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:4328: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:4332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4335: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:4339: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:4379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4383: for should always use braces [readability/braces] [5]
src/nvim/eval.c:4383: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:4384: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:4385: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4395: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4396: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:4397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4397: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4399: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4409: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:4411: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4412: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:4413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4413: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4414: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4419: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4428: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4431: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4445: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4447: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4447: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:4459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4463: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4466: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4468: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4470: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4472: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4478: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4480: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4490: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4496: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4506: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4508: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4510: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4521: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4531: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4533: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4543: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4552: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4554: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4556: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4581: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:4582: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:4584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4602: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4615: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:4617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4618: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4635: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:4638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4659: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4662: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4713: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4716: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4719: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4721: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4737: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4740: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4744: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:4749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4754: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:4756: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/eval.c:4764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4779: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4781: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4782: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4806: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4808: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4834: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4843: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4855: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4856: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:4864: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4879: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4895: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4905: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4906: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:4909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4913: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:4914: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:4916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4922: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4924: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4926: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4932: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4972: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4980: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:4981: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:4984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4990: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4991: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:4992: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4993: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:4994: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4995: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:4997: for should always use braces [readability/braces] [5]
src/nvim/eval.c:5000: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5001: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:5005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5016: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:5017: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:5020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5028: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5029: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:5030: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5031: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:5032: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5033: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:5036: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:5039: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5040: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:5041: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5042: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:5043: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5046: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:5051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5056: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:5057: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:5060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5069: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5070: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:5072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5078: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5081: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5082: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:5087: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5088: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:5089: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5093: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5094: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:5095: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5137: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5141: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5145: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5178: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5183: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5196: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:5197: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:5200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5207: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5208: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:5214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5238: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5241: for should always use braces [readability/braces] [5]
src/nvim/eval.c:5242: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5243: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5263: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5288: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5302: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5367: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5370: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:5370: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:5371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5376: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5382: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5410: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5415: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5443: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5461: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:5465: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5480: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5540: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5544: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:5552: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5652: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:5816: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:5833: Missing space before asterisk in list_T* [whitespace/operators] [2]
src/nvim/eval.c:5834: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:5865: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:5867: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6050: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6075: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6106: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6107: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:6110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6114: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:6115: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:6117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6125: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6127: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:6129: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6136: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:6138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6142: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6146: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6236: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6246: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:6248: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6268: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:6277: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6336: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6363: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6381: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6383: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:6386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6393: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6410: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:6447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6458: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6474: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6501: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6501: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:6503: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6515: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6526: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6535: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6556: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6568: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6569: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:6577: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6615: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6964: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6968: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6974: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6991: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6995: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7008: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:7009: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:7010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7022: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7024: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7026: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7061: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:7062: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:7063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7085: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7091: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7092: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7095: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7096: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7097: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7100: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7102: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:7103: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7104: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7106: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7110: while should always use braces [readability/braces] [5]
src/nvim/eval.c:7118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7124: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:7130: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/eval.c:7125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7129: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/eval.c:7129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7130: Extra space for operator ! [whitespace/operators] [4]
src/nvim/eval.c:7131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7171: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7173: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7173: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:7174: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:7186: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:7189: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:7192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7213: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7219: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7225: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7226: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7227: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7229: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7231: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7233: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7233: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:7236: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:7241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7246: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7248: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7250: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7250: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:7257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7269: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7286: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:7290: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:7294: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:7299: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7314: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7316: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7319: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7388: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:7391: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7393: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7395: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7423: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:7427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7452: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7461: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7466: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7468: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7470: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7477: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:7478: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7479: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7485: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7487: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:7488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7542: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7544: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7549: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:7664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7688: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7691: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7720: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7722: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7783: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7785: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7787: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7789: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7794: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7799: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:7799: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7805: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7819: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7820: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:7822: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7824: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7826: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7835: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:7838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7839: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7840: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:7841: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7845: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7853: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7855: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7865: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7867: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7871: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7878: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7889: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7891: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7893: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:7905: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7910: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7912: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7914: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7925: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:7928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7933: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7956: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7958: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:7959: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:7959: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7962: while should always use braces [readability/braces] [5]
src/nvim/eval.c:7968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7980: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7983: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7985: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7987: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8025: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8028: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8030: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8032: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8050: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8071: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8075: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8077: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8087: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:8090: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8113: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8122: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8161: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8164: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8165: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8168: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8169: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8174: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8175: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8176: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8176: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8189: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8192: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8194: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:8194: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8227: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8237: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8244: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8248: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8252: for should always use braces [readability/braces] [5]
src/nvim/eval.c:8253: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8253: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8254: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:8262: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8266: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8271: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:8273: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:8274: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8274: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8275: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:8279: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8300: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8337: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8340: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8344: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8346: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8353: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8356: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8367: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8551: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8562: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8564: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8566: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8568: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8577: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8579: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8631: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:8635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8643: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8647: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8651: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8694: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8700: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8701: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8702: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8702: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8705: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8706: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8710: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8711: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8712: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8718: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8720: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8728: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8736: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8737: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8741: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8742: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8768: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8782: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:8784: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:8790: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8795: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8801: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8803: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8805: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:8806: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8806: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8814: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8834: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:8836: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:8839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8842: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8845: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:8845: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:8847: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8898: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8906: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8909: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8911: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8911: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8918: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8936: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:8936: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:8939: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8941: for should always use braces [readability/braces] [5]
src/nvim/eval.c:8941: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:8942: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8948: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8955: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8970: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8980: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:8980: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/eval.c:8989: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/eval.c:8992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9011: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9012: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9021: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9022: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9023: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9023: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9024: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9027: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9038: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9047: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9049: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9051: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/eval.c:9055: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9109: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9118: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:9120: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9132: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9153: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9156: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9158: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9179: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9179: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9192: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9199: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9213: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9240: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9242: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9244: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9265: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9268: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9278: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9296: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9298: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9298: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9304: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9306: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9322: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9323: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9325: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9338: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9346: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9357: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9381: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9383: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9394: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9400: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/eval.c:9404: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:9403: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:9408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9429: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9434: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:9435: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9456: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9459: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9461: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9461: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9470: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:9474: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9487: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9489: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9490: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9506: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9509: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9515: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9518: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9522: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9524: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9535: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/eval.c:9545: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9549: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9550: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9551: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9555: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9558: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9560: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9564: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/eval.c:9564: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9579: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9580: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9581: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9584: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9586: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9589: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9601: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9605: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9606: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9617: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9617: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9618: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9622: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9627: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:9627: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9630: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9638: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9642: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9651: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9656: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9657: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9659: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9662: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9665: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9668: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9672: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9676: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9677: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9698: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9700: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9719: for should always use braces [readability/braces] [5]
src/nvim/eval.c:9720: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9951: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9971: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9973: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9973: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10017: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10019: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10022: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10026: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10030: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10034: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10038: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10041: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10066: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10068: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10089: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10092: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:10098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10110: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:10111: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:10125: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:10147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10171: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:10172: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:10177: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:10178: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:10182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10241: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10246: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:10258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10273: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:10274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10278: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10313: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10321: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:10329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10357: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:10359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10396: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:10397: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:10400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10410: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10412: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10416: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:10435: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10449: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10453: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:10456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10463: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10469: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10485: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10487: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10489: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:10490: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10490: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:10498: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:10564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10571: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10684: for should always use braces [readability/braces] [5]
src/nvim/eval.c:10684: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:10686: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:10690: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10722: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10723: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:10729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10738: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10742: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:10794: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:10839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10847: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10850: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10852: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10852: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:10854: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10858: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10859: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:10860: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10861: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10873: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10874: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10882: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10883: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:10889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10899: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10901: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10904: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10907: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:10908: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10911: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:10915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10925: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10927: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10927: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:10929: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10931: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10949: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10951: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11004: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11006: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11022: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11024: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11036: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11047: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11053: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11055: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11059: for should always use braces [readability/braces] [5]
src/nvim/eval.c:11060: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11090: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11095: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11097: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11097: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:11098: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:11104: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11112: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11124: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11129: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11130: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:11140: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:11143: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11147: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/eval.c:11151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11152: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11153: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11164: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11172: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:11175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11192: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:11200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11202: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11209: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:11209: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:11211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11217: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:11219: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:11220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11242: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:11243: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:11245: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:11246: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:11249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11257: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11272: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11274: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11274: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:11288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11315: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:11314: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11317: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11319: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11319: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:11321: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11323: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11323: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:11324: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:11326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11335: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:11337: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11339: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11342: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11372: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11378: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:11380: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:11387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11400: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:11416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11435: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:11559: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:11599: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:11717: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:11814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11826: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11828: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11830: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11840: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:11885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12005: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:12006: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12019: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12021: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12023: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12024: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:12027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12041: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12062: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12063: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12072: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12079: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12082: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12084: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12089: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:12090: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12095: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12096: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12102: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:12122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12144: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:12147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12152: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:12155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12160: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12196: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12205: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12209: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12212: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12216: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12220: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12222: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12227: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12229: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12229: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12235: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12237: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12248: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12260: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12262: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12268: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:12273: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12284: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:12294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12295: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12297: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12299: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:12300: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12302: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12302: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12303: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12306: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12343: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12374: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/eval.c:12377: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:12422: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:12432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12460: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:12460: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:12463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12492: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12505: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12508: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12515: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:12522: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:12524: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:12528: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12529: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12534: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12544: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:12547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12552: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12565: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12569: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12571: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12571: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12572: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12577: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12608: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12610: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12615: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12617: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12619: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12621: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12625: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12627: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12631: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12640: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12646: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12767: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:12772: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12788: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12790: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12792: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12832: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12835: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12847: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12849: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12850: while should always use braces [readability/braces] [5]
src/nvim/eval.c:12851: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:12855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12875: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12892: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12921: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12929: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12933: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12935: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12937: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12939: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12939: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12952: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12955: Missing space before asterisk in 256)* [whitespace/operators] [2]
src/nvim/eval.c:12957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12967: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12968: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:12969: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12993: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:12999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13001: while should always use braces [readability/braces] [5]
src/nvim/eval.c:13002: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:13003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13004: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13005: while should always use braces [readability/braces] [5]
src/nvim/eval.c:13006: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:13012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13029: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13031: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13035: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13050: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13052: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13052: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13057: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/eval.c:13060: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13070: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13075: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/eval.c:13076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13080: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13082: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13082: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13099: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13102: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:13183: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:13207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13250: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13251: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:13252: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13254: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13254: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13263: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13264: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:13265: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13267: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13267: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13271: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:13272: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13275: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13277: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13277: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13299: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13301: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13303: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:13306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13329: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13333: for should always use braces [readability/braces] [5]
src/nvim/eval.c:13340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13356: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13358: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13368: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:13369: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:13374: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13376: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:13380: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:13381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13397: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13411: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13444: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13456: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13458: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13458: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13482: while should always use braces [readability/braces] [5]
src/nvim/eval.c:13484: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13493: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13536: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:13550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13564: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13572: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13586: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13589: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13591: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:13606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13615: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13631: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13635: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13657: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:13659: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13661: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13663: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13677: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13679: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13680: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:13687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13909: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13912: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13929: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13932: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13932: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13934: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13936: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13977: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:13979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13984: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13987: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14013: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14018: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14031: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14035: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14038: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14038: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:14042: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14046: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14051: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14055: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:14063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14096: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:14097: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:14098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14135: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:14136: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14138: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14140: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:14139: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:14141: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14151: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:14152: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14156: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14162: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14164: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14176: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:14179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14184: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14191: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:14192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14196: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14202: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14203: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:14204: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14206: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14209: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14222: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14227: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14229: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14257: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14335: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14339: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:14343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14349: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:14351: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:14354: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14360: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:14364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14381: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:14388: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:14394: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14398: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14410: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14430: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:14433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14437: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14444: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14451: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:14455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14456: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:14458: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14464: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:14465: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14465: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:14466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14469: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14471: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:14474: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14530: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/eval.c:14539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14570: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/eval.c:14571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14608: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:14645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14659: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14670: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:14673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14674: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14676: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:14682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14708: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14711: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14716: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14718: for should always use braces [readability/braces] [5]
src/nvim/eval.c:14718: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:14720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14732: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:14734: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:14770: while should always use braces [readability/braces] [5]
src/nvim/eval.c:14783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14795: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14806: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:14811: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:14814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14815: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14816: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:14820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14850: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14853: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14855: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14870: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:14901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14907: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/eval.c:14911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15015: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15017: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15062: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15075: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:15076: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:15075: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:15080: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15082: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15084: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15132: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:15135: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15138: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15150: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15153: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15155: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15156: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:15157: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15171: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:15177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15198: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15202: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:15208: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:15226: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15230: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/eval.c:15273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15298: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:15299: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15335: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15347: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15351: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15354: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:15359: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:15382: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15383: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15392: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15393: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:15394: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15397: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15402: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15407: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15409: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15410: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15411: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15413: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15415: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15422: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15425: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15427: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15427: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:15428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15455: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15510: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15512: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15518: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15520: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15520: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:15527: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15529: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15531: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:15532: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15535: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15538: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15540: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15564: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15568: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15571: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15573: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15578: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15597: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/eval.c:15600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15619: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:15625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15633: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15658: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15664: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15666: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15668: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15678: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:15680: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15682: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15705: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15712: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15714: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:15718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15721: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:15723: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15729: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15731: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15749: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15788: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15790: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15803: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15809: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15811: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15833: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15844: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15846: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15855: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15857: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15870: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15872: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15877: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15880: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15886: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15901: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15903: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15932: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15942: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15944: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15975: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15985: Missing space before asterisk in list_T* [whitespace/operators] [2]
src/nvim/eval.c:16008: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/eval.c:16014: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:16075: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:16077: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:16101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16109: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16111: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16111: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:16113: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16138: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16140: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16143: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:16150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16163: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16165: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16167: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16169: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16177: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16185: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:16190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16199: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16201: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16218: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:16221: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16237: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16238: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16375: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16378: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:16379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16380: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16380: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:16381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16382: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:16387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16411: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:16420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16423: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16427: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16454: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16458: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:16462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16465: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16468: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:16470: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16482: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16484: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16486: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:16496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16576: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:16586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16603: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16607: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:16613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16626: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16635: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16647: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16649: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16670: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16672: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16707: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:16709: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:16711: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:16719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16726: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16729: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16729: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:16741: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16761: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16763: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16797: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:16873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16881: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16883: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16920: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:16930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16945: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:16947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16959: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16963: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16968: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16973: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16979: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16985: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16987: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:16989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16991: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16998: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17000: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17003: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17008: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:17009: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17056: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17064: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17066: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17072: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17077: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17082: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17084: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17104: for should always use braces [readability/braces] [5]
src/nvim/eval.c:17104: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:17105: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:17106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17106: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17177: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:17187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17192: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17200: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17238: for should always use braces [readability/braces] [5]
src/nvim/eval.c:17239: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:17240: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17246: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:17264: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:17266: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:17288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17301: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/eval.c:17308: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17315: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:17325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17334: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:17343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17415: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17514: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17529: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17555: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17557: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17560: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17563: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17565: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17567: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17572: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17573: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:17574: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17575: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:17576: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17579: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17582: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17584: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:17583: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:17585: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17587: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:17586: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:17588: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17590: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17592: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17593: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:17598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17602: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:17603: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:17618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17633: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:17633: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:17644: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17647: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:17655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17660: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:17661: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:17664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17687: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:17690: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:17691: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:17693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17695: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17702: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17712: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17713: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:17714: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:17726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17802: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17816: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:17818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17924: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17972: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:17987: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18013: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18015: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18024: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/eval.c:18029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18054: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18054: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18058: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18096: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:18114: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:18131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18140: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18141: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18160: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:18162: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18171: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18213: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:18216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18227: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:18229: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18267: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:18271: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:18272: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:18277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18283: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18287: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18289: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18291: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18293: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18294: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18297: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18298: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18299: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:18304: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18308: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18317: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:18318: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:18321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18341: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:18343: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18371: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18373: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18373: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:18374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18381: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18383: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18405: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18466: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:18467: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:18468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18475: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:18475: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:18477: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:18479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18484: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:18485: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:18487: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18498: for should always use braces [readability/braces] [5]
src/nvim/eval.c:18498: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:18502: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18504: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:18531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18603: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18629: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18631: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18634: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18638: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18644: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18646: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18649: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18653: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18660: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18677: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18678: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18691: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18693: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18696: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18710: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:18714: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:18717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18728: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:18740: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18741: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18742: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18742: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:18743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18744: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18746: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18759: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18761: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18784: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18785: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18794: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18804: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18822: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18824: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:18826: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:18831: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18832: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18847: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18854: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:18857: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18861: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18863: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18864: while should always use braces [readability/braces] [5]
src/nvim/eval.c:18865: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18884: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18885: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18906: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:18908: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18910: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18911: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18923: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:18935: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:18937: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18939: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18941: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18947: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18948: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18977: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18981: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:18982: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:18985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18988: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18999: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19004: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:19005: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:19006: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19010: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19012: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19014: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19022: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:19028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19038: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19049: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19051: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19056: while should always use braces [readability/braces] [5]
src/nvim/eval.c:19058: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:19059: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19063: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19072: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:19074: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:19077: while should always use braces [readability/braces] [5]
src/nvim/eval.c:19078: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:19082: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19092: for should always use braces [readability/braces] [5]
src/nvim/eval.c:19092: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:19102: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19103: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:19104: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19105: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:19109: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19117: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:19119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19131: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:19135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19137: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19139: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19150: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19152: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19156: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19167: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:19168: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19170: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19177: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19179: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19179: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:19183: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:19185: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19187: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19195: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19197: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19209: for should always use braces [readability/braces] [5]
src/nvim/eval.c:19209: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:19210: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:19212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19214: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19221: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19223: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19235: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:19242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19244: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19266: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/eval.c:19267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19269: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19271: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19283: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19291: while should always use braces [readability/braces] [5]
src/nvim/eval.c:19294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19295: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19301: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19308: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19311: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:19323: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:19326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19353: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:19362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19369: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19370: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:19376: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/eval.c:19377: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:19386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19393: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:19394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19417: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19418: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19448: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:19450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19463: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19479: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19484: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:19483: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19486: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19497: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19499: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:19515: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19519: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19536: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19541: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19580: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19582: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19591: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:19610: Missing space before { [whitespace/braces] [5]
src/nvim/eval.c:19614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19614: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19633: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19636: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19656: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19662: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:19666: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:19667: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19672: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19677: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19679: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19681: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19684: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19697: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19709: while should always use braces [readability/braces] [5]
src/nvim/eval.c:19710: for should always use braces [readability/braces] [5]
src/nvim/eval.c:19710: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:19727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19734: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19737: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:19736: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19742: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19754: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19770: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19790: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:19793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19805: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19810: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:19812: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:19817: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19819: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19821: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19823: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19830: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:19831: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19834: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:19834: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:19844: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:19845: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19847: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:19848: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:19854: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:19855: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:19860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19868: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:19871: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:19872: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19874: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19889: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/eval.c:19888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19893: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19895: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19897: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19899: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19901: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:19905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19930: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:19931: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:19933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19938: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19943: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19944: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19950: for should always use braces [readability/braces] [5]
src/nvim/eval.c:19950: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:19951: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19953: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19954: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19955: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19955: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:19956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19963: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19963: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19964: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:19971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19984: while should always use braces [readability/braces] [5]
src/nvim/eval.c:19991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20007: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20008: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20009: while should always use braces [readability/braces] [5]
src/nvim/eval.c:20010: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20013: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20016: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20022: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20041: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20059: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20069: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20072: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20089: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20097: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20118: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20120: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20164: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20166: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20167: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20174: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:20175: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:20176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20207: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20214: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20225: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20228: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20253: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20263: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20286: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20288: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20289: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:20291: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20294: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20294: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20296: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/eval.c:20309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20322: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20348: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20356: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:20380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20383: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20389: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20391: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20400: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20412: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20416: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20418: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20433: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20444: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20447: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20449: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20452: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20452: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20474: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20481: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20485: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20492: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20497: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20504: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20518: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:20520: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20527: for should always use braces [readability/braces] [5]
src/nvim/eval.c:20542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20556: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:20557: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:20559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20572: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20573: for should always use braces [readability/braces] [5]
src/nvim/eval.c:20579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20601: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20608: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20609: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20614: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20615: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20616: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20620: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:20621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20625: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20626: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20632: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20634: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20637: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20638: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20654: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20656: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20664: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:20668: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20673: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20673: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20685: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20698: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:20700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20706: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20740: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20761: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20760: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20764: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20768: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20771: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20771: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20773: while should always use braces [readability/braces] [5]
src/nvim/eval.c:20775: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20776: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20778: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20778: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20781: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20791: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20790: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20813: while should always use braces [readability/braces] [5]
src/nvim/eval.c:20814: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20815: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20830: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20831: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:20834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20844: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20851: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20884: while should always use braces [readability/braces] [5]
src/nvim/eval.c:20953: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:20955: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20963: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20964: for should always use braces [readability/braces] [5]
src/nvim/eval.c:20964: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:20965: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20967: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20970: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20971: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20972: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20973: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20974: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20975: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20990: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20991: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21025: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21027: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:21027: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:21029: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:21035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21039: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21076: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:21077: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:21078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21114: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21120: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21131: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/eval.c:21132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21134: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21144: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21146: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/eval.c:21150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21162: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21164: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:21165: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/eval.c:21165: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21166: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:21178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21184: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:21185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21206: while should always use braces [readability/braces] [5]
src/nvim/eval.c:21210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21215: while should always use braces [readability/braces] [5]
src/nvim/eval.c:21220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21241: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21243: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:21245: for should always use braces [readability/braces] [5]
src/nvim/eval.c:21245: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:21246: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21252: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:21254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21255: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21271: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21277: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:21282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21298: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:21304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21305: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21379: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21381: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21388: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21388: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:21391: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21393: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21397: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21405: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21407: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:21408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21535: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21572: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21579: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21586: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21695: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21750: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:21750: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:21751: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:21751: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:21752: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:21752: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:21754: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:21754: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:21774: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:21780: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/eval.c:21817: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21854: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/process.c:191: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/process.c:192: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/process.c:204: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/pty_process.c:47: Missing space after { [whitespace/braces] [5]
src/nvim/event/pty_process.c:47: Missing space before } [whitespace/braces] [5]
src/nvim/event/pty_process.c:90: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/pty_process.c:93: Missing space after { [whitespace/braces] [5]
src/nvim/event/pty_process.c:93: Missing space before } [whitespace/braces] [5]
src/nvim/event/queue.c:81: Missing space after { [whitespace/braces] [5]
src/nvim/event/queue.c:81: Missing space before } [whitespace/braces] [5]
src/nvim/event/rstream.c:21: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/rstream.c:30: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/socket.c:24: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/socket.c:158: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/stream.c:34: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/time.c:23: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/wstream.c:26: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/wstream.c:34: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:79: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds2.c:79: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds2.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:116: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds2.c:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:116: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:133: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:149: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:150: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:151: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:152: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:153: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:154: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:155: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:159: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:161: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:163: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:165: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:172: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:173: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:183: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:185: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:226: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:228: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:229: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:231: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:253: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:257: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:270: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:279: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:280: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:282: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:294: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:333: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:337: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:341: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:344: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:345: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:346: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:350: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:355: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:357: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:357: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:358: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:378: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:381: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:383: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:385: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:387: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:403: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds2.c:403: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds2.c:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:409: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds2.c:409: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds2.c:414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:420: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:421: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds2.c:423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:429: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:436: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:438: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:440: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:441: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:442: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:448: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:456: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:458: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:459: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:460: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:463: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:474: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:476: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:478: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:478: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:483: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:487: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:492: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:496: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:511: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:518: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:523: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:525: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:525: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:526: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:530: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:532: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:542: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:543: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:544: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:545: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:556: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:568: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:576: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:579: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:582: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:597: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:599: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:599: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:603: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:604: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:608: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:616: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:628: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:630: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:631: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:633: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:634: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:636: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:637: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:638: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:639: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:647: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:648: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds2.c:649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:660: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:661: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds2.c:662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:674: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:675: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds2.c:676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:689: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:699: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:704: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:705: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:712: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:715: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:721: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:767: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:859: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:881: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:883: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:883: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:964: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/ex_cmds2.c:963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:970: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1023: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:1027: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1029: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:1037: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1039: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:1039: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:1040: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:1041: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1046: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1048: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:1051: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:1062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1068: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1070: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1083: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1092: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1108: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1110: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1125: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1126: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1127: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1131: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1134: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:1137: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1139: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1141: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1143: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1146: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1148: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:1150: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1152: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1161: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:1162: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds2.c:1164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1172: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1173: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1174: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1176: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:1179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1181: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1184: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1185: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1185: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1187: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1189: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1201: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1202: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1202: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1204: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1206: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1215: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1241: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1241: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:1242: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1252: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:1253: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds2.c:1254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1257: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1265: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:1268: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1269: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1297: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:1299: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1304: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1305: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1306: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1311: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1314: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1315: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1327: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1330: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1332: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1333: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1354: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1386: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1387: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1387: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1413: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1414: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:1415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1422: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1424: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1425: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1462: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1464: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1465: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:1467: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1481: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:1482: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds2.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1508: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:1510: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1511: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1519: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1520: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1520: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:1522: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1523: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1527: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:1528: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1529: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:1530: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:1535: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1541: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1551: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:1552: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1583: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1584: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1583: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1584: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1583: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1584: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1583: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1584: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1584: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1595: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1596: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1604: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1597: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1604: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1604: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1604: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1604: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1605: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1609: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1610: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1613: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1624: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1626: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:1631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1643: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1644: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:1645: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1648: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1660: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1660: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:1666: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:1671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1677: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1679: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:1683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1724: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1726: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:1728: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:1733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1735: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1743: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1749: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1751: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1752: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1753: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1751: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1752: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1753: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1758: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1761: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1766: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1767: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1768: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1772: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:1777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1789: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1790: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1791: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1792: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1791: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1792: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1794: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1797: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:1803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1816: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1816: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:1817: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1823: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1839: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1857: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:1869: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:1871: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:1876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1888: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1899: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1900: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1899: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1900: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1960: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1965: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1978: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1982: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1986: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1991: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:1994: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:1997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2000: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2007: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:2008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2010: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2014: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2063: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2064: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2075: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2081: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2081: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2092: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:2093: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds2.c:2096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2101: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2103: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2105: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2108: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:2113: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2114: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:2120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2146: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2150: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2151: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2153: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ex_cmds2.c:2154: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2154: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2162: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2169: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2171: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:2172: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2188: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2224: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2234: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2245: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2257: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2267: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2268: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:2270: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2271: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2310: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2313: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:2314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2323: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2324: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2324: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_cmds2.c:2326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2327: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:2327: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2370: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2394: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:2395: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds2.c:2397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2416: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2420: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2430: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2430: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2430: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2436: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2451: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2453: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:2466: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2468: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:2470: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2483: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2485: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:2487: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2490: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2492: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:2496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2497: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2499: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:2501: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2505: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2510: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2533: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2549: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2564: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:2579: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:2593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2606: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:2612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2616: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2627: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2631: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2638: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2653: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2655: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:2659: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2677: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2677: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:2680: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2680: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2691: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds2.c:2700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2705: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2707: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2709: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2711: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2713: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2742: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2745: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2751: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2753: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:2755: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:2755: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:2758: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:2760: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2767: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:2769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2782: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2785: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2815: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2831: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2845: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2846: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2853: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2854: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2860: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2864: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2871: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2873: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:2878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2880: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:2881: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:2882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2887: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2895: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2896: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_cmds2.c:2897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2912: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2930: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2945: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:2947: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2961: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2964: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2965: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:2968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2976: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:2983: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:2988: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3010: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:3013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3017: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3026: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3027: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:3028: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:3032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3041: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3043: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:3043: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:3045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3051: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:3055: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:3057: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:3057: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:3061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3070: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds2.c:3073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3082: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3083: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:3084: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:3084: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:3086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3086: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3087: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:3106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3238: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3240: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:3243: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3248: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3250: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:3255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3259: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3261: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds2.c:3261: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds2.c:3263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3267: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:3269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3296: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:3298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3304: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds2.c:3309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3320: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3326: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/ex_cmds2.c:3331: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/ex_cmds2.c:3345: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3360: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3362: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3364: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3368: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3379: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3434: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds2.c:3437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3452: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3455: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3462: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds2.c:3464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3471: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3485: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3487: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:3489: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds2.c:3492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3493: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds2.c:3498: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:87: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:89: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:98: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:100: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:102: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:106: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_cmds.c:109: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:111: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:113: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:114: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:117: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:118: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:119: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:121: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:129: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:132: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:140: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:141: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:142: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:144: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:146: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:167: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:169: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:176: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:184: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:186: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:188: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:192: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:196: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:197: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:199: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:199: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:200: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:202: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:204: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:207: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:209: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:209: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:216: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:226: while should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:226: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/ex_cmds.c:227: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:230: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:234: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:259: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:260: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:261: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_cmds.c:264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:265: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:309: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:312: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:313: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:341: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:381: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:454: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:522: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:524: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:535: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:540: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:552: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:558: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:593: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:619: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:621: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:625: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:633: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:635: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:636: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:655: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:656: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:658: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:669: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:672: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:674: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:676: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:677: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:684: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:687: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:690: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:692: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:693: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:695: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:699: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:702: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:704: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:747: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:751: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:753: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:786: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:792: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:795: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:796: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:799: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:801: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:808: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:810: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:816: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:855: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:863: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:867: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:869: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:870: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:871: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:872: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:873: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:874: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:903: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:916: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:920: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:933: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:945: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:947: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:961: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:963: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:963: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:966: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:970: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:986: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:996: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1012: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1014: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1048: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1072: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1092: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1101: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1103: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1103: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1105: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1106: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1110: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1113: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1127: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1149: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:1150: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:1151: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:1152: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/ex_cmds.c:1152: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_cmds.c:1154: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1158: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1159: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1165: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1170: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1177: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1191: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1194: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:1194: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:1195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1198: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1208: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1211: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:1211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1223: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1228: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1229: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1232: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:1237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1239: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1240: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1246: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1249: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1251: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1261: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:1262: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds.c:1264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1288: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1298: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1312: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1323: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1325: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1340: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1456: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1470: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1471: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1478: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1487: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1489: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1491: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1505: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1513: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1518: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1540: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1555: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1564: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1565: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1566: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:1570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1587: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1596: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1604: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1613: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1616: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:1619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1631: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1632: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:1633: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:1639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1644: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1645: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1646: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1648: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1649: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1651: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1663: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1664: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1685: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1686: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1688: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1689: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1699: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1701: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1701: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1711: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1711: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1716: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1717: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1735: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:1736: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds.c:1740: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1739: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:1739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1739: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds.c:1740: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1754: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1755: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1756: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1769: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1771: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1804: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1805: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1811: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1814: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1832: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1834: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:1838: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1850: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1851: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1865: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1870: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1873: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1873: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1873: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1874: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1876: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1877: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1879: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1885: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1897: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1898: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1900: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1918: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1920: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1922: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1921: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1923: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:1925: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1927: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1926: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/ex_cmds.c:1930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1931: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1932: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1933: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:1934: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1935: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:1937: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:1939: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1940: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1943: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1954: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1960: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1962: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1970: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:1973: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1974: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1977: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1978: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1980: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1981: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1987: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1988: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1989: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1992: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1997: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:1998: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1999: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2001: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2038: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:2039: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds.c:2043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2051: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:2051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2051: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2054: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2066: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2069: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2073: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2075: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2078: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2081: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2085: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2088: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2089: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2091: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2092: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2093: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2093: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:2094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2098: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:2099: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2113: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2114: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2115: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2116: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2114: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2115: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2116: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2117: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2139: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2149: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2151: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2155: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2157: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2157: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:2163: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2170: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2177: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2180: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2182: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2183: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2186: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2190: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2219: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2222: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2231: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2232: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2233: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2233: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:2234: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2238: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2240: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2240: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2248: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2261: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2262: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2263: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2263: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:2264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2268: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2274: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2278: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2288: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2289: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/ex_cmds.c:2297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2298: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2299: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:2300: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:2311: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2316: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2318: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2324: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2340: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2342: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2347: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2348: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2348: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2356: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:2357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2369: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2371: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2382: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2429: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2429: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2432: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2442: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2441: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2444: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2443: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2454: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2473: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2489: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2490: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:2492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2493: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2500: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2513: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2514: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2515: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2516: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2519: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2525: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2528: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2531: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2534: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2537: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2545: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2546: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2553: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2562: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2575: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2583: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2587: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2590: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2591: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2594: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2598: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2602: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2603: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2608: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:2611: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2615: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2618: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2621: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2622: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2635: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2639: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2644: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:2645: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2646: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2647: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2649: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2660: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2663: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2664: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2668: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2671: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2672: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2677: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2686: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2687: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2695: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2696: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2706: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2711: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2714: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:2715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2715: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2717: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2741: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2743: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2745: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2747: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2752: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2754: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2755: while should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2756: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2765: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2770: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2771: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2771: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:2772: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_cmds.c:2800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2802: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2804: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2805: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2811: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2814: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2817: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2824: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2833: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2839: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2851: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2853: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2866: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2873: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2875: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2879: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds.c:2879: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds.c:2906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2920: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2921: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2923: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2924: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2925: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2926: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2933: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2934: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2940: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:2940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2946: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2958: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2960: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2977: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2982: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2987: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2993: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3008: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3009: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3035: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/ex_cmds.c:3059: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3069: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3078: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3081: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3083: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3084: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3085: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3087: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3093: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3095: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3097: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3099: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3101: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3103: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3104: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3105: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3106: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3107: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3109: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3110: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3111: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:3113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3113: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3115: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3117: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3120: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3136: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3152: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3162: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3163: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3169: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3170: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3171: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3172: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3181: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3190: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_cmds.c:3190: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:3192: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3200: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3205: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3260: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3290: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3300: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3303: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3304: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3304: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:3305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3306: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3308: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3309: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3331: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3334: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3337: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3353: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3354: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3375: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3375: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:3377: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3377: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:3390: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3403: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:3410: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3417: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3422: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3426: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3427: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3430: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:3430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3432: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3437: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3439: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3443: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3444: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3446: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3447: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3450: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3452: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3455: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3456: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3459: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3465: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3468: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3470: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3474: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3479: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3482: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3484: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3489: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3490: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3500: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3504: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3518: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3523: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3524: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3524: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3535: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3544: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3546: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3546: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:3554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3585: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3586: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3586: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3588: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3601: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3602: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3603: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3604: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3626: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:3627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3627: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3629: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3633: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3633: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3635: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3637: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3637: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:3638: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3643: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3644: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3645: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3647: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3652: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:3656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3689: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3690: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3689: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3690: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3705: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3707: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3716: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3717: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3719: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3719: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:3720: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3722: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3723: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3725: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3732: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3734: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3734: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:3735: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3749: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3751: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3760: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3769: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3770: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3790: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3801: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3803: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3806: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3808: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:3809: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3810: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3813: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3815: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3817: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3821: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3838: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds.c:3839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3851: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3853: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3855: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3857: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3858: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3860: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3861: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3862: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3863: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3865: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3866: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3868: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3869: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3911: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:3915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3915: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3917: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3928: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3933: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3935: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3937: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3944: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3945: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3948: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3952: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3953: Missing space after , [whitespace/comma] [3]
src/nvim/ex_cmds.c:3960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3963: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:3964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3966: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3977: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3979: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4011: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4015: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4021: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4023: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4029: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4031: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4040: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4041: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4047: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4054: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds.c:4054: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds.c:4059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4064: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds.c:4065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4084: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4087: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4088: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4089: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:4089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4091: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4127: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4142: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4144: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:4147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4149: while should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4156: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4163: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4166: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4168: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4170: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4175: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4177: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4179: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4195: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4197: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4198: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4199: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4201: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4203: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4203: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:4204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4218: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4221: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4224: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4234: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4235: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4236: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4236: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_cmds.c:4237: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4243: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4250: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4257: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4258: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4262: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4298: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:4299: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds.c:4301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4309: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4310: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4322: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4325: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4327: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4331: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4356: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:4360: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds.c:4361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4368: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds.c:4369: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds.c:4377: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds.c:4380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4386: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4405: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4413: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4418: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4427: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4453: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4454: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4453: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4454: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4455: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4461: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4463: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:4465: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4468: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:4471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4475: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4493: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4520: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4526: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/ex_cmds.c:4527: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4529: while should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4551: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4559: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4561: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4562: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4566: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4567: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4568: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4569: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4570: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4572: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4583: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4593: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4594: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4600: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4603: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4608: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4610: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4613: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4632: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4633: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4634: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4643: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4656: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:4658: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds.c:4658: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds.c:4660: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4672: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4673: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4674: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4676: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4681: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4685: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4694: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4704: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4705: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4721: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4727: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4730: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4732: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4733: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4736: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:4738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4743: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:4744: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:4743: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4745: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4748: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4748: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:4749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4752: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4757: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4758: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4760: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:4774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4805: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4809: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4816: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4830: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds.c:4830: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds.c:4832: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4842: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4858: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:4862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4863: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4864: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4900: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:4901: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds.c:4902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4920: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4930: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds.c:4930: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds.c:4932: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4934: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4959: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4959: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4961: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ex_cmds.c:4965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4968: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4976: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4981: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4981: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4985: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4989: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4994: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4995: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4996: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4998: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5000: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:5001: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5003: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:5005: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:5007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5014: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5014: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:5015: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5028: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:5031: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ex_cmds.c:5033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5058: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:5065: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5066: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5071: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:5072: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:5076: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5076: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:5079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5082: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:5084: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5087: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5087: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:5088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5089: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:5090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5091: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5099: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5100: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:5103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5127: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:5134: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5135: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5136: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5138: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5139: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5140: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5141: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5142: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5143: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5144: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5145: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5146: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5147: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5157: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/ex_cmds.c:5155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5163: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:5172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5177: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5177: Missing space before asterisk in char_u * [whitespace/operators] [2]
src/nvim/ex_cmds.c:5178: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5178: Missing space before asterisk in char_u * [whitespace/operators] [2]
src/nvim/ex_cmds.c:5179: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5180: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5180: Missing space before asterisk in sign_T * [whitespace/operators] [2]
src/nvim/ex_cmds.c:5181: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5181: Missing space before asterisk in sign_T * [whitespace/operators] [2]
src/nvim/ex_cmds.c:5183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5186: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5188: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5189: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5193: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5198: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5198: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5199: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5199: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5200: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5201: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5201: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5202: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5203: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5204: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5204: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5205: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5206: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5206: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5207: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5207: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5210: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5211: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5211: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5212: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5212: Missing space before asterisk in * [whitespace/operators] [2]
src/nvim/ex_cmds.c:5213: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5213: while should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5214: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5214: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:5216: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5217: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5217: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5218: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5219: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5219: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5220: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5221: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5222: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5223: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5223: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5224: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5225: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5226: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5226: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5227: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5227: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5228: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5228: Missing space before asterisk in sign_T * [whitespace/operators] [2]
src/nvim/ex_cmds.c:5229: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5231: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5232: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5237: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5237: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5238: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5239: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5239: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5240: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5240: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5241: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5241: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:5242: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5242: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5243: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5244: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5244: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5245: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5246: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5247: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5248: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5249: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5250: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5251: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5252: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5253: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5254: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5256: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5257: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5257: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5258: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5260: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5262: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5263: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5263: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5264: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5265: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5265: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5266: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5267: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5269: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5270: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5270: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5271: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5271: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5272: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5273: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5273: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5274: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5275: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5276: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5276: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5277: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5278: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5279: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5280: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5281: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5282: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5283: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5283: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5284: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5285: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5285: Missing space before asterisk in char_u * [whitespace/operators] [2]
src/nvim/ex_cmds.c:5286: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5287: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5289: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5291: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5292: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5292: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5293: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5293: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5294: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5295: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5295: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5296: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5297: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5297: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5298: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5299: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5300: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5301: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5302: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5302: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5304: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5304: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5305: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5305: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5305: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:5306: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5306: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5307: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5308: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5309: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5310: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5311: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5311: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5312: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5312: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5313: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5314: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5315: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5316: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5318: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5321: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5322: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5324: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5324: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5325: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5326: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5327: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5327: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5328: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5329: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5330: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5331: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5332: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5332: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5333: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5334: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5335: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5336: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5337: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5337: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5338: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5339: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5340: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5341: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5342: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5343: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5344: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5344: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5345: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5346: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5346: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5347: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5348: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5349: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5349: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5350: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5351: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5352: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5354: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5356: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5357: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5358: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5358: Missing space before asterisk in char_u * [whitespace/operators] [2]
src/nvim/ex_cmds.c:5359: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5359: Missing space before asterisk in char_u * [whitespace/operators] [2]
src/nvim/ex_cmds.c:5361: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5361: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5362: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5362: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5363: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5363: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5364: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5365: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5366: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5367: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5368: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5368: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5369: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5370: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5371: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5372: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5372: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5373: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5373: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5374: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5375: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5376: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5377: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5377: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5378: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5379: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5380: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5380: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5381: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5382: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5383: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5385: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5385: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5386: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5386: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5387: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5388: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5389: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5390: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5392: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5393: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5394: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5394: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5395: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5395: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5396: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5397: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5397: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5398: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5399: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5400: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5401: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5402: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5402: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5403: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5404: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5405: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5405: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5406: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5406: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5407: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5408: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5409: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5410: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5412: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5413: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5414: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5415: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5416: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5424: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5424: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5425: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5425: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5426: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5426: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5427: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5428: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5429: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5430: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5431: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5432: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5432: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5433: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5434: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5434: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5435: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5435: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5436: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5437: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5438: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5439: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5440: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5441: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5442: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5442: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5443: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5444: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5445: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5446: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5447: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5447: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5448: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5449: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5449: while should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5450: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5450: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:5451: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5452: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5452: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5453: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5454: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5455: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5456: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5457: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5458: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5458: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5459: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5460: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5461: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5462: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5462: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5463: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5464: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5465: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5466: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5466: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5467: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5468: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5469: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5470: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5471: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5472: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5474: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5474: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5475: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5475: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5476: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5477: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5478: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5478: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5479: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5479: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5480: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5480: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5481: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5482: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5482: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5483: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5484: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5485: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5486: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5486: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5487: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5487: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5488: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5489: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5489: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5490: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5491: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5491: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5492: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5493: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5493: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5494: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5494: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5495: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5496: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5497: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5498: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5499: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5499: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5500: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5500: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5501: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5502: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5503: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5502: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ex_cmds.c:5504: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5505: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5506: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5508: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5509: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5510: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5510: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5511: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5512: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5513: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5513: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5514: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5514: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5515: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5515: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5516: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5517: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5517: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5518: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5519: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5520: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5521: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5522: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5523: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5523: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5524: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5525: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5526: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5527: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5528: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5529: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5530: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5531: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5531: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5532: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5532: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5533: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5533: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5534: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5534: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5535: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5536: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5536: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5537: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5538: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5539: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5540: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5541: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5541: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5544: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5545: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5545: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5546: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5547: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5548: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5550: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5552: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5553: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5553: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5554: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5578: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5580: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5586: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5588: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5601: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5603: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5616: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5619: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5622: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5638: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5639: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5652: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5653: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5664: while should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5671: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5672: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5673: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5674: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5675: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5684: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5684: Missing space before asterisk in sign_T * [whitespace/operators] [2]
src/nvim/ex_cmds.c:5685: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5690: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5692: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5692: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5693: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5694: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5695: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5696: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5697: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5698: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5700: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5700: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5701: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5702: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5703: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5704: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5705: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5706: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5708: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5708: Missing space before { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5709: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5710: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5711: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5713: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5714: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5715: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5715: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5716: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5716: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5717: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5718: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5720: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5741: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5753: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5794: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5814: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5821: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5824: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5826: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5830: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5832: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:72: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:79: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:85: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:90: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:90: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:152: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:152: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:157: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:163: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:164: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:165: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:166: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:167: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:173: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:192: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:193: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:202: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:204: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:210: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:214: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:215: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:221: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:224: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:225: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:226: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:227: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:234: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:240: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:242: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:242: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:247: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:251: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:255: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:257: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:262: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:263: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:265: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:275: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:303: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:307: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:348: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:361: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:362: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:380: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:381: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:398: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:404: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:410: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:412: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:425: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:430: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:448: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:454: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:487: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:489: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:518: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:519: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:521: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:522: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:523: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:523: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_docmd.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:527: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:528: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:532: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:539: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:541: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:546: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:562: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:573: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:575: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:576: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:577: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:578: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:583: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:587: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:588: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:592: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:600: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:602: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:603: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:604: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:606: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:633: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:636: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:639: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:676: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:678: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:684: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:711: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:712: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:713: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:728: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:729: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:733: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/ex_docmd.c:735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:744: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:759: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/ex_docmd.c:750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:762: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:775: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:777: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:779: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:781: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:793: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:795: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:796: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:798: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:807: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:831: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:832: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:852: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:853: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:878: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:879: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:890: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:891: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:896: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:897: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:900: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:901: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:906: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:910: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:911: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:918: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:929: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:930: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:931: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:940: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:941: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:949: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:953: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:955: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:969: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:973: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:975: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:979: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:985: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:986: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1060: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1065: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1068: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1082: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1095: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1096: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1107: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1108: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1242: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:1244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1250: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1253: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1259: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1269: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1280: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1281: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1289: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1293: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1296: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1304: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1320: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1327: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1331: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1335: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1339: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1342: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1344: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1352: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1356: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1360: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1372: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:1388: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1389: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1390: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1393: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1395: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1397: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1401: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1402: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1407: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1409: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1414: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1421: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1430: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1432: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1434: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1436: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1451: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1453: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1461: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1539: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1543: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1595: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1598: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:1606: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1608: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:1609: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1612: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:1613: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1616: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1619: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:1624: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1626: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:1628: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1635: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1650: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1665: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1679: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1681: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1681: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:1682: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1684: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1699: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1702: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1710: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1722: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1725: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1733: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1733: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1733: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_docmd.c:1736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1739: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1740: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1741: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:1742: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:1744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1768: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1770: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1777: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1812: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1813: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1813: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:1820: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1824: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1841: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1848: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1850: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1857: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1858: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1871: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1873: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1874: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1880: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1881: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:1882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1883: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1884: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1891: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1892: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1901: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1908: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1916: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1920: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:1921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1927: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1929: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2016: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2021: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2025: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2033: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2139: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2155: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2158: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2158: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:2160: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2161: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2164: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2164: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2165: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2192: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2203: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2205: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2206: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2207: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2208: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2210: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2212: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2215: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2229: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2230: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2231: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2233: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2238: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2247: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2250: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2258: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2262: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2263: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2265: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2268: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2271: Small and focused functions are preferred: do_one_cmd() has 771 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/ex_docmd.c:2273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2277: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:2278: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:2279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2286: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2286: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2287: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2291: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2293: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2310: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:2311: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:2317: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:2323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2348: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2360: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2362: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2363: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2365: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2366: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2367: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2370: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2371: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2376: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2376: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2377: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2380: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2381: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2383: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2388: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2390: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2393: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2396: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2397: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2399: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2407: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2408: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2411: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2425: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:2427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2436: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2437: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2440: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:2440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2440: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2448: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2453: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2460: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2462: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2470: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2471: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2472: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2473: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2475: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2477: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2483: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2483: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2493: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2494: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2495: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2503: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2510: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2517: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2527: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2527: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2527: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2528: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2528: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2528: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2529: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2529: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2529: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2530: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2530: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2530: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2531: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2531: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2531: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2532: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2532: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2532: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2533: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2533: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2533: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2534: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2534: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2534: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2535: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2535: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2535: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2536: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2536: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2536: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2537: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2537: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2537: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2538: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2538: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2538: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2539: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2539: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2539: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2540: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2540: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2540: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2541: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2541: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2541: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2542: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2542: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2542: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2543: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2543: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2543: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2544: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2544: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2544: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2545: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2545: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2545: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2546: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2546: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2546: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2547: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2547: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2547: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2548: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2548: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2548: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2560: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2562: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2563: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2563: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2564: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2566: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2581: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2587: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2588: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2588: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2589: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2591: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2600: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2602: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2604: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2617: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:2619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2626: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2628: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2629: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2639: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2640: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:2643: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2659: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2666: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2707: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2709: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2710: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2724: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2735: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2735: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_docmd.c:2736: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2749: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2750: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2764: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2765: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2768: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2769: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2776: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2777: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2782: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2783: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2791: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2794: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2808: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2812: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2813: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2815: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2817: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2827: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2840: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2841: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2848: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2858: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2860: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2862: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2863: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2864: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2873: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:2874: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2875: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2876: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2879: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2881: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2883: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2885: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2887: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2891: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2893: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2904: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2911: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2914: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2921: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2921: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2922: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2926: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2928: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2928: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2928: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2929: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2934: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2934: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2935: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:2936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2942: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2954: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3078: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3079: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3082: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3083: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3084: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3086: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3094: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3099: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3100: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3101: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3103: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3104: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3105: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3106: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3107: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3121: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3122: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3128: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3130: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3136: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:3140: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:3160: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3162: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3189: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3218: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3229: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3232: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3232: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3234: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3234: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3236: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3236: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3238: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3238: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:3239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3242: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3245: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3246: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3264: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3264: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:3275: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3275: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:3280: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3280: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:3285: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3285: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:3325: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3326: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3329: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:3356: Small and focused functions are preferred: () has 605 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/ex_docmd.c:3358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3368: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:3370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3377: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3381: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3382: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3383: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3384: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3387: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3388: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3392: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3427: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3452: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3498: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3499: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3500: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3500: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:3501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3504: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3505: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3508: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3508: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:3519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3528: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3529: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3536: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3545: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3547: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3551: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3564: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3570: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3572: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3574: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3574: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:3586: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3591: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3591: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:3596: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3600: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3606: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3633: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3635: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3637: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_docmd.c:3637: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3639: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3641: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3644: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3646: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3662: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3664: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3666: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3675: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3684: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3686: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3702: Missing space before ( in switch( [whitespace/parens] [5]
src/nvim/ex_docmd.c:3706: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3771: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3773: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3792: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3821: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3823: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3826: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3828: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3837: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3838: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3892: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3893: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3901: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3909: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3910: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3956: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3956: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:3965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3996: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3996: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:3999: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4016: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4017: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4019: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4020: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4021: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4034: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4044: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4047: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4048: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4076: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4101: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4120: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4121: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4122: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4125: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4129: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:4133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4136: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:4141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4148: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4157: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4170: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4171: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4173: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4173: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4175: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:4176: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4190: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:4192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4197: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4199: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4200: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4223: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4225: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4233: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:4245: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4247: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4255: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4258: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4260: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:4265: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4269: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4269: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4275: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4277: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4279: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4281: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4293: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:4296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4310: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:4313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4318: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:4321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4346: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4348: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4360: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:4361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4361: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4475: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4477: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4489: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4491: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4503: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:4504: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:4505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4517: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4519: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4520: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4522: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4523: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4527: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4529: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4543: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4559: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:4561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4568: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4570: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4574: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4581: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4583: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4601: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4614: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4641: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4641: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4642: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4642: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4643: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4643: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4644: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4644: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4645: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4645: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4646: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4646: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4647: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4647: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4648: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4648: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4660: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4660: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4661: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4661: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4662: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4662: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4663: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4663: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4664: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4664: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4665: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4665: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4666: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4666: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4667: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4667: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4668: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4668: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4669: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4669: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4670: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4670: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4671: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4671: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4672: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4672: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4673: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4673: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4674: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4674: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4675: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4675: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4676: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4676: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4677: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4677: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4678: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4678: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4679: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4679: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4681: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4681: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4683: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4683: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4684: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4684: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4685: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4685: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4686: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4686: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4687: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4687: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4688: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4688: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4689: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4689: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4690: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4690: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4691: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4691: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4692: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4692: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4693: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4693: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4694: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4694: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4700: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:4708: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4713: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4717: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4718: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_docmd.c:4719: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:4721: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4735: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4743: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:4744: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:4745: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:4746: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:4753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4757: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ex_docmd.c:4759: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4761: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4763: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ex_docmd.c:4765: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4774: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4774: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4787: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4787: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4801: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:4802: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4806: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4809: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4814: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4820: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4823: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4826: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4826: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4844: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4846: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4848: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4850: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4852: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4852: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4859: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4870: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4871: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:4872: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4874: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4876: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4878: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4880: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4889: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4891: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4913: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4918: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4922: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4930: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4968: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:4976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4978: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4980: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_docmd.c:4980: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4988: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4989: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4990: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5012: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5027: Missing space before asterisk in ucmd_T* [whitespace/operators] [2]
src/nvim/ex_docmd.c:5033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5050: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5053: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5056: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5070: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:5072: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5102: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5130: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5155: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:5156: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:5160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5179: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:5180: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5182: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5184: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5186: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5188: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5190: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5192: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5194: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5203: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5205: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5212: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5218: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5223: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5224: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5227: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:5228: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5229: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:5234: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5235: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5239: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5249: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5253: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5262: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5265: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5267: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5269: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5284: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ex_docmd.c:5288: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5292: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5296: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5305: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5308: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5310: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5312: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5319: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5326: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5350: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5352: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5368: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5371: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5371: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5372: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:5376: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_docmd.c:5377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5393: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5397: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:5399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5401: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5403: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5403: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5409: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5414: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5416: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5418: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5432: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5455: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5458: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5469: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:5471: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:5473: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5483: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:5483: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:5485: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5505: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5516: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5517: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:5523: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5545: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5554: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5558: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5560: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5584: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5595: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:5596: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5597: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:5603: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5605: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5611: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5613: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5623: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5647: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5654: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5657: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5665: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5665: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5666: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:5669: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5670: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5669: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5670: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5671: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:5684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5703: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5705: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5715: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5718: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5721: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:5722: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5722: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5734: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5736: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5737: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5739: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5739: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5742: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5745: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5769: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:5770: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:5773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5782: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5783: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5785: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5794: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5796: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5808: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5810: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5812: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5812: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5824: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5836: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5838: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5840: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5840: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5841: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5845: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5850: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5871: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5872: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:5873: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5893: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ex_docmd.c:5897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5899: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5902: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5904: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:5905: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5919: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5921: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5926: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:5929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5935: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5942: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5944: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5944: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5948: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5949: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5950: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5950: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5956: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5959: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5961: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6002: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6005: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6011: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6011: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6012: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6016: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6017: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6016: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6020: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6032: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6034: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6034: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:6037: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6039: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6040: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6050: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6120: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6120: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:6124: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6125: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6128: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6128: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6139: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_docmd.c:6146: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:6148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6150: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6157: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6166: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6167: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6174: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:6175: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:6178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6181: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6187: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6190: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:6194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6199: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:6207: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:6218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6224: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6233: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6234: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6235: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6236: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6237: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6240: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6242: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6276: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6278: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6284: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6285: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6299: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6302: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6309: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6315: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:6316: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6371: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:6371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6380: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:6401: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:6407: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:6416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6424: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6447: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6449: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6451: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6451: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6484: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6485: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:6490: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6492: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6496: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6498: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6513: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6520: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6542: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:6543: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:6545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6556: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6571: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6589: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_docmd.c:6590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6593: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6594: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6598: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_docmd.c:6602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6604: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6607: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6608: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6609: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6610: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:6610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6610: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6614: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6615: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6616: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6617: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6619: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6620: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6621: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6644: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6648: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6652: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6660: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6668: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6683: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6685: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6732: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6733: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6734: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6735: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6739: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6745: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6752: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6764: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6765: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6766: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6766: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:6767: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6771: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6774: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6776: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6779: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6780: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/ex_docmd.c:6783: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6789: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6791: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6794: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6795: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6797: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:6863: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6877: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6879: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6882: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6896: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6898: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6930: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6947: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:6951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6967: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7002: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7023: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7025: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7042: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7047: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7049: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7072: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7079: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7094: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7095: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:7096: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/ex_docmd.c:7098: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7100: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7115: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7119: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7143: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7145: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7159: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7160: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7183: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7189: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7191: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7212: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7218: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7225: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7237: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7245: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7246: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7247: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7281: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7282: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7285: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7287: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7290: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7291: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7292: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7293: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7294: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7298: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7300: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7302: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7302: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7314: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7316: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7316: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7318: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7320: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7322: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7330: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7338: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7341: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7343: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7343: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7345: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7349: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7350: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7365: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7366: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7367: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7368: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7370: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7374: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:7378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7380: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7383: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7395: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7398: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7399: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7400: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7406: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7410: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7424: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7425: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7427: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7452: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7468: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7473: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7504: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7506: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7511: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7512: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7516: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7520: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7521: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7524: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7528: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7531: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7532: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7534: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7542: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7551: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7552: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7561: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7563: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7568: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7570: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7576: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7578: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7580: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7581: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7582: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7584: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7585: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7588: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7589: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7604: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7626: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:7629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7646: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7659: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7661: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7663: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7663: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7667: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7680: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7714: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7716: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7718: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7729: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:7730: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7730: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:7731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7731: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7738: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:7740: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:7752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7773: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7783: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7814: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7819: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7822: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7824: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7826: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7830: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7842: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7858: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7859: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7863: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7869: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7886: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7893: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7895: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7915: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7916: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7923: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7925: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7929: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7956: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8023: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8023: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8058: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:8069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8090: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:8097: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8096: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:8096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8097: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8107: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8111: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8112: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8152: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:8152: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:8154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8158: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:8162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8167: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8168: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8169: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8173: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8174: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8185: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8197: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8202: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:8207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8221: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8222: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8240: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ex_docmd.c:8244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8266: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ex_docmd.c:8275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8277: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8278: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8290: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8294: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:8297: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:8303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8322: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:8328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8329: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8331: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8383: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8384: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8385: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:8385: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:8386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8389: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8419: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:8420: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:8422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8425: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8437: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8438: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8444: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8446: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8447: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8453: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8460: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8478: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8479: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8479: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_docmd.c:8483: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8485: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8491: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8500: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8502: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8503: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8517: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8523: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8532: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8543: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:8550: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8559: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8560: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8574: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8577: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8578: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8585: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8591: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8593: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8595: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8597: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8606: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8607: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8608: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:8609: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8610: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8615: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8625: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8627: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8634: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8636: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8637: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8639: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8652: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8660: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8665: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8670: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8681: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8682: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8685: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8687: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8689: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8693: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8694: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8701: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8717: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8719: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8722: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8724: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8725: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8726: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8727: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8724: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8725: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8726: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8727: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8732: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8742: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8763: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8767: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8771: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8775: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8776: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8787: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8802: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8803: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8816: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8818: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8819: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8820: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8821: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8842: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:8843: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:8849: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:8846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8848: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:8848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8855: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8865: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8868: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8869: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8870: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8871: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8879: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8882: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8897: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8902: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8906: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8910: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8917: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8931: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8933: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8934: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:8936: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:8940: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8950: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8958: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/ex_docmd.c:8959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8961: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8977: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8981: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8982: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8990: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8990: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8998: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9009: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9013: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:9019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9023: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:9024: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:9028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9041: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:9042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9047: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:9061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9075: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9081: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:9083: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9102: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9103: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9108: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:9111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9124: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:9142: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_docmd.c:9143: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_docmd.c:9144: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_docmd.c:9148: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:9162: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9164: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:9167: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:9172: Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/nvim/ex_docmd.c:9179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9185: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9187: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:9189: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:9191: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:9193: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:9189: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:9191: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:9198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9204: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9217: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9233: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9248: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9254: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:9258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9264: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9266: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9327: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:9344: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:9364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9369: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9375: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9377: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:9385: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9387: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:9392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9397: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:9466: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9466: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:9473: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9473: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:9482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9483: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9483: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:9484: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9508: Missing spaces around == [whitespace/operators] [3]
src/nvim/ex_docmd.c:9508: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:62: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:64: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:77: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:79: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:103: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:104: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:151: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:152: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:165: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:176: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:177: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:187: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:188: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:195: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:210: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:211: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:222: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:223: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:238: while should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:251: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:258: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:262: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:304: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:305: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:310: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:313: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:315: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:315: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:316: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:318: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:319: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:335: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:336: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:345: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:347: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:359: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:360: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:365: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:369: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:375: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_eval.c:394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:406: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:408: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:408: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:410: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:417: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ex_eval.c:424: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:459: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:465: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:470: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:476: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:477: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:478: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:480: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:481: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:482: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:487: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:489: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:490: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:492: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:501: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:525: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:526: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:527: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:529: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:530: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:531: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:533: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:536: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:538: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:539: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:541: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:546: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:548: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:559: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:561: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:562: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:589: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:590: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:591: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:593: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:594: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:595: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:600: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:602: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:603: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:605: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:615: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:641: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:703: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:705: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:707: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:712: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:713: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:714: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:715: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:719: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:720: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:723: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:725: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:736: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:739: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:751: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:754: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:766: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:769: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:785: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:787: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:787: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:788: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:804: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:806: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:817: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:818: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:822: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:822: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:832: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:836: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:868: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:875: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:880: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:882: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:883: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:898: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:910: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:912: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:914: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:917: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:931: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:933: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:933: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:940: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:941: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:971: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:979: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:981: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:982: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1004: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1018: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1020: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1020: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1025: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1052: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1054: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1054: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1059: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1086: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1088: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1088: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1093: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1095: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1099: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1101: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1104: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_eval.c:1107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1112: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1116: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1129: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_eval.c:1134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1151: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1153: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1153: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1161: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1163: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1176: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1189: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1190: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1195: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1196: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1215: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1217: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1227: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1238: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1240: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1240: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1241: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:1242: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:1246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1287: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/ex_eval.c:1291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1297: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1298: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1299: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1310: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1316: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1318: for should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1318: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_eval.c:1319: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1325: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1326: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1328: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1337: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1346: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1347: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1396: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1398: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1409: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1416: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1429: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1433: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1443: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1447: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1449: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1449: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1452: for should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1452: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_eval.c:1453: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1459: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1468: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1500: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1520: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1523: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1525: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1539: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1563: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1568: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1570: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1570: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1590: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:1591: while should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1591: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/ex_eval.c:1593: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1594: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1603: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1614: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1616: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1635: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1639: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1640: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1641: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1654: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1656: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1670: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1672: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:1673: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:1677: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1678: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1697: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1700: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1710: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1711: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1712: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1713: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1714: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1715: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1720: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1769: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1771: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1771: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1775: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1778: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1807: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1815: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1817: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1818: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1823: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1831: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_eval.c:1831: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1837: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1845: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1847: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1853: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1854: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1855: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1856: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1857: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1858: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1862: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1883: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_eval.c:1886: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1888: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_eval.c:1890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1910: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1922: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1923: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1923: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1924: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1926: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1939: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1947: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1949: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1959: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1961: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1964: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1982: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1993: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1995: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:2001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2008: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_eval.c:2011: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:2012: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:2013: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:2015: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:2019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2036: while should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:2037: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:2039: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:2043: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:2045: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:2046: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:77: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_getln.c:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:79: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_getln.c:79: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:140: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:140: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:141: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:141: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:142: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:142: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:295: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:540: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:592: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:617: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:618: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:620: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:621: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:625: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:650: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:652: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:705: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:705: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:747: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:750: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:762: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:765: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:797: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:803: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:806: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:817: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:869: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:874: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:891: while should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:900: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:904: while should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:906: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:908: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1012: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1021: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1086: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1103: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1162: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1217: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1257: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1295: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1317: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1329: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1329: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1355: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:1357: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:1373: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1380: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1466: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1467: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1466: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1467: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1522: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1526: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1527: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1528: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1627: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:1636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1643: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:1645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1667: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1678: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1679: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:1683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1689: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1691: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:1695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1703: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:1708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1716: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:1718: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:1723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1723: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1734: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1736: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:1740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1750: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1752: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:1754: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:1756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1757: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1765: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1776: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1786: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:1787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1793: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1805: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:1807: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_getln.c:1806: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_getln.c:1806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1806: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_getln.c:1809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1816: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:1822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1824: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1828: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1830: while should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1850: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1851: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1856: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:1860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1877: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1908: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:1923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1950: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1951: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:1956: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:1960: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1968: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:1980: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:1999: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2001: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2011: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2021: while should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2022: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2033: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2034: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2041: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2042: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2045: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2047: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2048: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2049: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2051: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2067: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2069: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2101: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2124: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2125: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:2127: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2130: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_getln.c:2143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2172: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2174: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2178: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2180: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2180: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2184: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2196: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2208: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2219: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2221: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2223: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2225: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2234: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2236: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2237: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2239: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2241: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2242: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2244: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2262: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2269: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2270: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2276: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2277: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2280: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2282: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2285: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2287: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2289: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2313: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2316: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2326: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2332: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2337: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2339: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2348: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2350: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2352: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:2354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2355: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2360: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2364: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2369: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2373: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2378: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2389: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2447: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2454: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2461: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2462: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2463: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2468: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2482: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2486: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2488: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2492: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2497: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2515: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2516: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2517: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2520: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2521: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2522: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2524: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2526: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2544: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2555: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2557: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2567: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2569: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2575: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2576: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2577: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2578: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2578: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:2582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2587: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2601: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2604: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2612: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2616: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2621: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2623: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2630: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2636: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2641: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2651: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2653: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2655: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2668: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2669: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2679: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2680: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2690: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:2691: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:2694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2732: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2733: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2735: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2735: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2738: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2741: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2744: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2745: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2749: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2749: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:2750: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2768: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2781: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2784: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2786: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2828: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:2831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2839: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2849: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2851: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2852: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2853: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2860: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2862: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2866: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2868: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2871: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2873: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2874: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2877: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2890: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2896: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2902: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2908: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2912: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2923: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2925: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2936: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2936: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:2937: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2938: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2946: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2948: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2951: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2971: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3005: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3005: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3009: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3011: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3016: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3020: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3035: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3054: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_getln.c:3059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3062: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3075: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3088: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3097: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3104: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3111: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3134: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3134: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3135: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3183: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3213: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:3215: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3225: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3230: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3234: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3235: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3236: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3238: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3238: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3241: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3245: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3247: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3249: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3253: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3255: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3255: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3259: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3274: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3286: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3299: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3305: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3308: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3310: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3310: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3312: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:3312: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3316: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3327: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3339: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3353: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3356: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3361: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3362: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3364: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3382: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3385: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3388: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3389: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3394: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3395: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:3396: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3397: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3399: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3410: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:3413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3435: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3442: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3442: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3445: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3446: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_getln.c:3446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3450: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3455: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3466: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3507: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3508: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3513: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3518: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3519: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:3525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3581: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3582: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:3584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3596: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3608: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3609: while should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3631: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3632: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:3634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3656: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3678: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3683: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3683: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3684: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3688: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3697: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3698: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:3703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3711: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3713: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3715: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3717: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3729: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3735: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3737: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3737: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3739: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3744: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3750: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3752: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3754: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3756: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3761: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3772: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:3772: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3788: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3790: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3794: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3794: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3798: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3798: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3802: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3802: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3806: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3806: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3809: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3813: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3819: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3822: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3824: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3826: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3826: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3834: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3834: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3834: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3835: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3835: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3835: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3836: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3836: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3836: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3837: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3837: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3837: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3838: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3838: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3838: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3839: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3839: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3839: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3840: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3840: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3840: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3841: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3841: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3841: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3842: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3842: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3842: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3843: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3843: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3843: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3844: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3844: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3844: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3845: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3845: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3845: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3846: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3846: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3846: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3847: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3847: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3847: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3848: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3848: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3848: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3849: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3849: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3849: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3850: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3850: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3850: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3851: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3851: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3851: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3852: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3852: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3852: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3853: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3853: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3853: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3854: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3854: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3854: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3855: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3855: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3855: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3857: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3857: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3857: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3858: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3858: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3858: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3860: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3860: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3860: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3861: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3861: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3861: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3870: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3870: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3873: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3901: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/ex_getln.c:3899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3908: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3910: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3910: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/ex_getln.c:3912: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3912: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/ex_getln.c:3915: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:3918: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3925: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3927: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3927: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/ex_getln.c:3929: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3929: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/ex_getln.c:3932: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3934: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3940: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3948: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3952: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/ex_getln.c:3953: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:3954: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3988: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3988: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3989: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3996: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3998: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:4001: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:4001: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:4010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4016: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4017: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:4020: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4024: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4036: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:4039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4042: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:4048: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4049: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:4061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4075: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4087: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ex_getln.c:4090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4096: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:4100: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4110: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_getln.c:4119: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4125: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4132: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4133: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:4140: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4141: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:4149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4159: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4165: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4182: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_getln.c:4216: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4280: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4282: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4284: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4286: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4322: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4324: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4405: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:4406: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:4417: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4418: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:4421: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4422: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:4424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4429: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4430: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:4434: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4442: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4468: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4471: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4471: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:4472: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4475: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4488: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:4489: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:4492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4499: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4502: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4515: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:4516: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4522: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4535: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4547: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4561: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4563: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4565: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4579: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4594: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4608: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4613: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4615: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:4620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4630: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4632: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4647: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:4649: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4655: while should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4657: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4660: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:4662: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4666: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4668: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4681: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4683: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:4707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4721: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:4732: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4742: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4745: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4748: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4764: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4765: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:4769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4772: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4785: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:4825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4847: while should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4862: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:4865: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:4872: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:4880: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4882: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4884: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4885: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:4886: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4892: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:4891: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ex_getln.c:4893: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4895: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:4896: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:4901: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5008: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:5011: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:5012: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:5014: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:5017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5021: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:5032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5043: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5045: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5047: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:5047: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:5052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5054: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:5061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5075: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:5076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5076: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5093: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:5095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5111: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5136: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:5138: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5140: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:5140: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:5144: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5159: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:5161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5163: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5164: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:5166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5196: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5201: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5203: An else should always have braces before it [readability/braces] [5]
src/nvim/farsi.c:175: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:296: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/farsi.c:298: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/farsi.c:362: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:363: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:364: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:365: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:366: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:367: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:368: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:369: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:370: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:371: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:372: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:373: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:374: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:375: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:377: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:378: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:379: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:380: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:381: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:382: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:383: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:384: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:385: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:447: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:510: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:556: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:625: Use true instead of TRUE. [readability/bool] [4]
src/nvim/farsi.c:636: Use true instead of TRUE. [readability/bool] [4]
src/nvim/farsi.c:649: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/farsi.c:655: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/farsi.c:667: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/farsi.c:770: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:771: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:772: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:773: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:774: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:775: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:776: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:777: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:778: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:779: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:780: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:781: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:782: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:783: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:784: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:785: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:786: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:787: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:788: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:789: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:790: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:791: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:792: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:793: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:794: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:795: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:796: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:797: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:798: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:799: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:800: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:801: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:802: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:803: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:804: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:805: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:806: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:807: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:808: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:809: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:810: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:811: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:812: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:813: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:814: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:815: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:816: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:817: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:818: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:819: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:820: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:960: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:961: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:962: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:963: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:964: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:965: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:966: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:967: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:968: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:969: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:970: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:971: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:972: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:973: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:974: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:975: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:976: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:977: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:978: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:979: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:980: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:981: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:982: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:983: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:984: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:985: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:986: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:987: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:988: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:989: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:990: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:991: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:992: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:993: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:994: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:995: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:996: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:997: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:998: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:999: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1000: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1001: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1002: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1003: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1004: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1005: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1006: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1007: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1008: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1009: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1010: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1074: Use false instead of FALSE. [readability/bool] [4]
src/nvim/farsi.c:1279: Small and focused functions are preferred: fkmap() has 600 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/farsi.c:1378: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1553: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1565: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/farsi.c:1607: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/farsi.c:1635: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/farsi.c:1636: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/farsi.c:1645: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/farsi.c:1659: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/farsi.c:1674: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/farsi.c:1691: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/farsi.c:1855: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1856: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1857: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1858: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1859: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1860: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1861: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1862: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1863: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1864: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1865: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1866: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1867: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1868: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1869: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1870: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1871: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1872: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1873: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1874: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1875: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1876: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1877: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1878: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1879: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1880: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1881: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1882: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1883: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1884: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1885: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1886: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1887: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1888: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1889: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1890: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1891: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1892: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1893: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1894: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1895: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1896: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1897: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1898: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1899: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1900: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1901: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1902: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1903: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1904: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1905: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1909: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1910: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1911: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1912: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1913: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1914: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1915: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1916: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1917: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1918: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1962: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1963: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1964: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1966: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1967: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1968: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1969: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1970: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1971: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1972: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1973: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1983: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1984: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1986: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1996: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1997: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1998: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1999: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:2000: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:2001: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/fileio.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:58: Found C system header after other header. Should be: c system, c++ system, other. [build/include_order] [4]
src/nvim/fileio.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:96: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:96: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:97: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:105: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:105: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:106: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:128: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:194: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:198: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:207: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:208: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:209: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:210: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:213: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:215: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:218: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:245: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:246: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:277: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:279: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:282: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:292: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:297: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:302: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:306: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:306: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:316: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:320: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:320: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:323: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:324: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:324: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:347: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:364: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:367: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:394: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:395: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:395: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:397: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:398: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:398: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:404: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:405: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:406: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:407: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:440: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:442: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:461: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:462: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:500: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:503: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:506: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:508: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:523: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:524: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:551: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:553: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:555: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:560: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:563: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:563: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:567: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:572: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:576: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:578: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:579: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:589: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:590: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:596: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:597: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:599: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:600: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:609: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:613: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:619: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:627: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:632: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:648: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:656: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:657: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:659: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:659: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:660: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:662: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:662: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:663: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:665: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:665: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:666: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:668: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:668: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:669: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:673: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:675: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:686: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:689: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:691: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:693: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:695: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:712: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:716: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:727: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:729: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:737: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:738: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:741: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:761: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:761: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:763: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:776: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:777: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:779: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:782: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:786: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:816: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:820: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:821: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:822: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:824: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:825: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:834: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:835: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:836: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:836: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:839: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:840: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:842: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:844: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:860: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:865: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:867: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:870: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:872: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:879: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:896: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/fileio.c:897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:899: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:911: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:920: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:937: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:945: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:949: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:963: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:986: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1008: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1011: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1030: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1032: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1034: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1036: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1038: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1040: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1055: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1057: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1057: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1070: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:1071: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1073: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1081: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:1082: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1084: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1092: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1093: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1108: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1109: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1110: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1122: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1124: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1129: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/fileio.c:1136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1144: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/fileio.c:1147: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1162: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1179: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1181: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1183: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1190: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1191: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1198: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1201: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1204: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1207: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1219: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1245: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1248: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1250: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1252: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1255: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1256: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1259: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1262: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1299: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:1300: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1301: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1303: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1309: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1320: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1322: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1328: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1342: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1344: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1358: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1360: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1362: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1363: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1365: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1383: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1385: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1387: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1388: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1390: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1407: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1409: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1409: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1417: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1419: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1421: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1422: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1424: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1433: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1438: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1440: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1442: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1443: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1444: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1446: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1448: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1450: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1461: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1464: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:1468: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1481: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1482: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1497: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1501: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1505: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1511: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1512: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1513: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1515: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1524: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1526: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1527: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1530: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1531: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1550: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:1552: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1555: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1568: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:1569: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/fileio.c:1571: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:1572: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1574: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1577: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1588: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1592: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1607: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1610: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1612: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1614: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1616: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1616: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1621: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1624: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1626: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1628: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1632: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1633: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1638: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1640: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1642: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1644: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1644: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1651: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1659: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/fileio.c:1661: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1662: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1665: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1667: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1668: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1675: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1678: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1680: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1682: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1686: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1687: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1698: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1699: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1714: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1715: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1718: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1719: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1720: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1720: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1721: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1731: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:1733: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1735: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1746: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1749: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1749: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1751: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1767: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1775: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1776: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1779: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1789: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1804: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1805: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1814: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1820: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1826: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1832: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1839: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1845: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1849: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1853: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1857: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1861: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1864: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1868: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1867: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/fileio.c:1869: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1872: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1871: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/fileio.c:1873: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1876: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1878: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1879: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1885: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1886: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1887: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1896: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1900: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1903: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/fileio.c:1904: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1912: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1914: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1926: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/fileio.c:1930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1945: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1964: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1972: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1973: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1975: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1975: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1976: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1978: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1978: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1979: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1981: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1981: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1982: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1984: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1988: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1991: Small and focused functions are preferred: () has 1228 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [2]
src/nvim/fileio.c:2012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2017: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:2018: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:2019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2028: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:2028: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:2029: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2030: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:2034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2042: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/fileio.c:2048: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2049: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2059: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2061: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2126: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:2127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2136: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2138: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2138: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:2139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2187: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:2188: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:2190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2230: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:2231: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:2238: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:2237: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:2237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2238: Extra space for operator ! [whitespace/operators] [4]
src/nvim/fileio.c:2239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2247: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2258: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2266: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2269: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2270: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2276: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2285: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2286: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2293: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:2293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2296: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2300: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2313: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2324: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2333: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2350: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2355: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2367: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2368: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2369: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2370: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2372: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:2374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2384: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2385: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2386: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2387: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2388: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2389: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2397: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2398: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2399: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2400: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2401: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2402: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2403: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2404: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2411: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2411: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2412: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2413: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2414: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2416: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2416: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2420: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2420: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2425: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2425: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2435: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2436: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2437: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2439: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2439: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2443: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2443: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2444: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2445: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2446: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2448: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2448: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2461: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2467: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:2469: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2472: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2479: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2486: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2488: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2491: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2498: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2510: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2512: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2514: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2514: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:2517: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:2519: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:2525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2529: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2531: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2533: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2535: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2540: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2541: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2542: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2543: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2544: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2547: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2549: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2551: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2552: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2560: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:2563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2570: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2586: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2587: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2602: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2603: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2607: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2608: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2609: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2617: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/fileio.c:2619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2644: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2653: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2661: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2662: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2670: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2687: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2701: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2702: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:2705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2713: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/fileio.c:2719: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2720: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2721: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2722: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2722: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:2729: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2751: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2759: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2765: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2767: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2773: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2780: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2804: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2813: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:2813: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2816: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2846: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:2848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2867: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2868: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2902: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2915: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2918: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2940: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2981: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2983: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2983: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:2984: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:2984: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2996: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2999: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:3000: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:3001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3019: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3027: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:3034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3040: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3047: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3048: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3052: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3054: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3066: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3083: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3100: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3102: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3120: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3128: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3129: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3156: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3168: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3169: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:3170: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:3172: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3174: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3169: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:3170: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:3175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3189: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3198: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3199: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3206: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3248: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3260: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3262: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3274: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3276: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3284: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3295: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:3296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3300: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3301: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3304: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3306: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3308: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3310: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:3311: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3328: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:3329: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3332: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3334: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3334: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3367: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3389: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3404: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3420: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3423: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3428: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3451: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3453: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:3454: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3454: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3455: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3458: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3460: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3457: If you can, use sizeof((char *)errmsg) instead of 300 as the 2nd arg to snprintf. [runtime/printf] [3]
src/nvim/fileio.c:3462: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3464: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3487: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3488: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3494: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:3495: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3496: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3499: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3506: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3514: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:3517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3521: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3524: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3525: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3527: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3530: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3533: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3537: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3540: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3544: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3547: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3548: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3551: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3553: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3557: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3566: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3583: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3585: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3594: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3601: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3603: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3618: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/fileio.c:3618: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3621: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3623: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3624: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3623: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3624: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3626: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3638: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3648: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:3651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3655: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3675: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3677: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3679: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3679: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/fileio.c:3680: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3690: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3696: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3698: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:3699: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3719: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3725: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:3727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3733: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3735: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3735: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3736: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3738: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3738: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3739: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3741: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3741: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3742: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3744: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3744: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3749: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3750: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3756: Small and focused functions are preferred: () has 1060 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [2]
src/nvim/fileio.c:3758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3767: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3768: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3769: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3770: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3778: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3778: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3782: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3783: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3784: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3785: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3790: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3791: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3803: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3805: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3845: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3848: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/fileio.c:3851: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/fileio.c:3851: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3852: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3854: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3855: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/fileio.c:3857: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3859: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3859: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3860: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/fileio.c:3865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3871: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3884: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3888: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3889: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3890: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3890: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3892: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3941: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:3941: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:3946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3950: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3952: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3962: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3970: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3975: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3977: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3985: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3994: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3998: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:4001: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4003: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4008: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4011: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4012: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:4014: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4016: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4016: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4062: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4071: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4076: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4149: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4171: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4206: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4211: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4216: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4222: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4250: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4252: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4259: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4261: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4285: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4328: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4337: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4382: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4386: Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/nvim/fileio.c:4409: Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/nvim/fileio.c:4452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4487: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4489: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4515: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4518: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:4519: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/fileio.c:4522: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4548: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4569: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:4590: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:4598: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4622: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4632: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:4633: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:4634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4643: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4644: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4650: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4651: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4654: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4657: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4658: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4658: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4659: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:4660: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4661: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4666: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4677: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:4678: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4702: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:4703: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4704: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4715: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:4715: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:4716: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4735: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:4736: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:4738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4745: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4746: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4747: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4750: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4758: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4774: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/fileio.c:4777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4789: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4790: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/fileio.c:4792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4797: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4799: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4800: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4800: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4801: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4803: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4805: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4807: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4809: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4824: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4827: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4828: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4829: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4830: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4831: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4835: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4837: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4837: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4838: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4839: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4848: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:4856: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:4858: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4869: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:4871: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4917: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4920: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4937: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4943: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:4945: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4981: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4982: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4993: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4995: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4995: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5009: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:5015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5016: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:5018: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:5019: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:5020: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5025: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:5026: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5026: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5032: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:5037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5044: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5045: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5052: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5054: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5059: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5072: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5097: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5109: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:5109: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:5110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5111: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5112: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:5113: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5272: Missing space after { [whitespace/braces] [5]
src/nvim/fileio.c:5272: Missing space before } [whitespace/braces] [5]
src/nvim/fileio.c:5275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5280: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5297: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5299: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5303: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5307: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5309: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5317: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5327: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5330: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5333: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5335: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5339: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5353: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:5356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5367: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:5370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5380: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5398: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:5402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5407: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:5412: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5426: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:5427: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5431: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:5433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5434: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:5440: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:5447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5456: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:5456: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:5457: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5464: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5465: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:5476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5476: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5478: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5478: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:5492: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:5509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5515: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5517: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5519: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:5521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5521: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5523: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5527: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:5541: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:5542: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:5543: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:5549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5561: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:5561: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:5562: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/fileio.c:5563: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:5565: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5568: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5569: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:5571: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5583: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:5583: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:5584: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5593: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:5595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5610: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5612: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5651: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5652: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:5653: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:5660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5672: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5674: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5686: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:5691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5729: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5730: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5743: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5751: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:5753: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5762: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:5768: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5777: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:5781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5787: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5789: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:5792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5806: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:5808: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5809: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:5821: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5843: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5845: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5859: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/fileio.c:5872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5874: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5876: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5886: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5888: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:5893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5908: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:5909: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5911: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5919: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5926: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:5927: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5930: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5931: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5934: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5942: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/fileio.c:5943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5981: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/fileio.c:5984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5987: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6008: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:6024: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:6024: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6025: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6037: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6039: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6047: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:6058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6066: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:6067: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:6069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6073: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6091: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6099: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:6100: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6101: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:6101: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6102: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6104: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6135: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6148: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6176: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:6177: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:6178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6203: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6214: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6221: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6222: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6225: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6263: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:6264: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:6265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6271: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6279: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6291: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6292: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6293: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6297: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6299: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6325: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6327: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6330: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6342: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6357: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:6375: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:6457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6477: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6485: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6492: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6499: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6505: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6512: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6528: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6530: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:6534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6552: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6554: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6556: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6558: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6560: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:6562: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6564: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6569: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6571: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6580: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6582: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6582: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:6583: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6585: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6587: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6587: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:6588: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6593: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6599: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6610: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6611: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6636: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6644: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6665: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6667: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6670: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6671: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6685: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6716: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6720: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6722: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6734: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6738: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6748: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6771: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6772: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6781: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6796: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6798: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6803: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6808: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6810: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6816: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:6817: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:6819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6847: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:6846: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/fileio.c:6856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6857: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:6858: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6859: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6862: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6865: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6882: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6888: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:6889: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6891: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6894: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6898: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6900: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6902: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6903: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6904: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6919: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6921: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6979: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6981: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6983: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6988: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6991: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:6994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7001: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:7005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7012: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:7012: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:7013: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7016: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7017: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:7018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7025: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:7027: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7030: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7032: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:7033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7043: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7086: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7105: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7115: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7122: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7127: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7131: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:7132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7171: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7173: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:7177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7257: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:7259: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7260: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:7261: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7289: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:7290: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:7299: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7300: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:7302: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:7316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7316: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:7317: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:7328: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7344: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7345: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:7350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7374: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7379: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:7390: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7391: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:7402: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:7408: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:7412: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7414: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:7415: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:7420: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7424: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7426: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:7435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7445: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7465: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7467: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:2: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:3: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:91: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/file_search.c:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:148: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/file_search.c:152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:253: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/file_search.c:261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:272: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:274: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:274: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:284: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:284: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:286: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:286: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:291: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:292: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:295: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:296: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:315: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/file_search.c:315: Use false instead of FALSE. [readability/bool] [4]
src/nvim/file_search.c:316: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:318: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:319: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/file_search.c:322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:329: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:329: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:332: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:334: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:342: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:361: while should always use braces [readability/braces] [5]
src/nvim/file_search.c:373: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:381: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:389: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/file_search.c:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:430: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:432: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:435: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:440: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:441: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:440: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/file_search.c:444: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:449: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:507: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:508: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:543: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:553: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:584: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:596: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:598: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:606: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:611: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:635: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:636: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:637: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:638: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:635: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:636: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:637: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:638: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:638: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/file_search.c:643: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:653: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:714: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:731: while should always use braces [readability/braces] [5]
src/nvim/file_search.c:736: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:748: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:753: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:754: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:755: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:759: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:761: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:771: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/file_search.c:772: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:787: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:789: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:802: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:803: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:804: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:805: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/file_search.c:802: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:803: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:804: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:805: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/file_search.c:805: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/file_search.c:810: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:811: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:812: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:813: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/file_search.c:813: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/file_search.c:817: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:831: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:836: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:837: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:853: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:857: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:866: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/file_search.c:867: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:871: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:887: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/file_search.c:888: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:889: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:891: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:894: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:895: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:895: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:901: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/file_search.c:904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:912: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:913: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:914: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:914: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:918: while should always use braces [readability/braces] [5]
src/nvim/file_search.c:921: while should always use braces [readability/braces] [5]
src/nvim/file_search.c:927: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:936: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:938: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:954: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:994: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/file_search.c:998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1007: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:1008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1087: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/file_search.c:1105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1132: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1134: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:1143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1146: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/file_search.c:1158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1159: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1163: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1192: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1207: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1221: while should always use braces [readability/braces] [5]
src/nvim/file_search.c:1240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1257: while should always use braces [readability/braces] [5]
src/nvim/file_search.c:1260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1261: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1262: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1270: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1272: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1274: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1275: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1278: Use false instead of FALSE. [readability/bool] [4]
src/nvim/file_search.c:1281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1307: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/file_search.c:1308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1347: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/file_search.c:1348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1354: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1359: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/file_search.c:1360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1371: Use false instead of FALSE. [readability/bool] [4]
src/nvim/file_search.c:1377: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1388: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/file_search.c:1403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1411: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1419: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/file_search.c:1434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1439: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:1446: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1459: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1463: Use false instead of FALSE. [readability/bool] [4]
src/nvim/file_search.c:1469: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1472: Use false instead of FALSE. [readability/bool] [4]
src/nvim/file_search.c:1477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1493: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:1494: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:1493: Use false instead of FALSE. [readability/bool] [4]
src/nvim/file_search.c:1494: Use false instead of FALSE. [readability/bool] [4]
src/nvim/file_search.c:1495: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1496: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1502: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1503: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1505: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:1506: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:1508: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:1510: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1512: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:1513: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:1515: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:3: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:43: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fold.c:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:48: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fold.c:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:48: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:67: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fold.c:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:69: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fold.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:71: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fold.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:72: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:146: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:159: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:166: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:167: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:176: if should always use braces [readability/braces] [5]
src/nvim/fold.c:182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:200: if should always use braces [readability/braces] [5]
src/nvim/fold.c:203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:204: if should always use braces [readability/braces] [5]
src/nvim/fold.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:212: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:223: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:239: if should always use braces [readability/braces] [5]
src/nvim/fold.c:241: if should always use braces [readability/braces] [5]
src/nvim/fold.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:259: if should always use braces [readability/braces] [5]
src/nvim/fold.c:261: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:263: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:267: if should always use braces [readability/braces] [5]
src/nvim/fold.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:273: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/fold.c:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:298: if should always use braces [readability/braces] [5]
src/nvim/fold.c:298: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:364: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:373: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:381: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:382: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:398: if should always use braces [readability/braces] [5]
src/nvim/fold.c:401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:403: if should always use braces [readability/braces] [5]
src/nvim/fold.c:406: if should always use braces [readability/braces] [5]
src/nvim/fold.c:408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:409: if should always use braces [readability/braces] [5]
src/nvim/fold.c:413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:420: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:429: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:441: if should always use braces [readability/braces] [5]
src/nvim/fold.c:444: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:445: if should always use braces [readability/braces] [5]
src/nvim/fold.c:450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:481: for should always use braces [readability/braces] [5]
src/nvim/fold.c:481: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:496: if should always use braces [readability/braces] [5]
src/nvim/fold.c:497: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:506: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:509: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:515: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:516: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:518: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:531: if should always use braces [readability/braces] [5]
src/nvim/fold.c:532: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:533: if should always use braces [readability/braces] [5]
src/nvim/fold.c:535: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:537: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:552: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:553: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:577: if should always use braces [readability/braces] [5]
src/nvim/fold.c:580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:585: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:586: if should always use braces [readability/braces] [5]
src/nvim/fold.c:587: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:588: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:589: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:590: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:605: for should always use braces [readability/braces] [5]
src/nvim/fold.c:605: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:606: if should always use braces [readability/braces] [5]
src/nvim/fold.c:610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:612: if should always use braces [readability/braces] [5]
src/nvim/fold.c:615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:617: if should always use braces [readability/braces] [5]
src/nvim/fold.c:619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:626: for should always use braces [readability/braces] [5]
src/nvim/fold.c:626: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:630: if should always use braces [readability/braces] [5]
src/nvim/fold.c:635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:643: if should always use braces [readability/braces] [5]
src/nvim/fold.c:645: if should always use braces [readability/braces] [5]
src/nvim/fold.c:650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:662: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:663: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:676: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:680: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:691: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:693: if should always use braces [readability/braces] [5]
src/nvim/fold.c:695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:701: if should always use braces [readability/braces] [5]
src/nvim/fold.c:702: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:708: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:711: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:715: if should always use braces [readability/braces] [5]
src/nvim/fold.c:717: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:718: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:718: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:719: if should always use braces [readability/braces] [5]
src/nvim/fold.c:721: if should always use braces [readability/braces] [5]
src/nvim/fold.c:723: if should always use braces [readability/braces] [5]
src/nvim/fold.c:727: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:736: if should always use braces [readability/braces] [5]
src/nvim/fold.c:738: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:742: if should always use braces [readability/braces] [5]
src/nvim/fold.c:746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:779: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:790: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:815: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:816: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:837: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:842: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:843: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:846: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:849: if should always use braces [readability/braces] [5]
src/nvim/fold.c:852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:855: if should always use braces [readability/braces] [5]
src/nvim/fold.c:857: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:859: if should always use braces [readability/braces] [5]
src/nvim/fold.c:862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:864: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:869: if should always use braces [readability/braces] [5]
src/nvim/fold.c:870: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:871: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:874: if should always use braces [readability/braces] [5]
src/nvim/fold.c:880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:883: if should always use braces [readability/braces] [5]
src/nvim/fold.c:887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:890: if should always use braces [readability/braces] [5]
src/nvim/fold.c:895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:899: if should always use braces [readability/braces] [5]
src/nvim/fold.c:903: if should always use braces [readability/braces] [5]
src/nvim/fold.c:908: if should always use braces [readability/braces] [5]
src/nvim/fold.c:911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:914: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:917: if should always use braces [readability/braces] [5]
src/nvim/fold.c:922: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:949: for should always use braces [readability/braces] [5]
src/nvim/fold.c:949: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:951: if should always use braces [readability/braces] [5]
src/nvim/fold.c:953: if should always use braces [readability/braces] [5]
src/nvim/fold.c:959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:968: if should always use braces [readability/braces] [5]
src/nvim/fold.c:978: if should always use braces [readability/braces] [5]
src/nvim/fold.c:983: if should always use braces [readability/braces] [5]
src/nvim/fold.c:984: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:986: if should always use braces [readability/braces] [5]
src/nvim/fold.c:991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1012: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1026: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1027: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1028: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1054: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1057: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1060: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1060: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1063: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1067: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1084: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1089: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1117: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1119: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1122: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1134: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:1135: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:1137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1172: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:1173: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:1176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1186: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1187: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1202: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1208: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1211: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1216: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1217: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1219: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1222: for should always use braces [readability/braces] [5]
src/nvim/fold.c:1222: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1237: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1248: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1257: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1260: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1263: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1278: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1300: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1301: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1314: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1316: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1318: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1323: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1348: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fold.c:1350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1352: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1356: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1357: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1362: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/fold.c:1368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1370: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1372: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1381: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1397: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1402: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1410: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1411: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1412: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1413: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1419: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:1421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1422: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1424: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1434: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:1435: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:1449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1467: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1469: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1480: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:1481: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:1484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1490: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1495: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1496: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1497: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1498: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1499: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1502: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1503: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1505: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1508: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1508: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1509: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1518: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:1519: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:1522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1532: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1533: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1534: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1534: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1536: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1539: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1543: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1555: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1599: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1601: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1601: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1607: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1615: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:1616: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:1619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1623: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1624: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1647: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1653: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1654: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1670: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1688: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1693: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1695: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1697: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1699: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1714: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1727: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1729: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:1730: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1732: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1733: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1742: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1748: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1752: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1755: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1757: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:1768: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/fold.c:1775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1783: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1784: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1789: while should always use braces [readability/braces] [5]
src/nvim/fold.c:1790: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1800: while should always use braces [readability/braces] [5]
src/nvim/fold.c:1801: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1812: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1814: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1817: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1818: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1822: for should always use braces [readability/braces] [5]
src/nvim/fold.c:1822: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1823: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/fold.c:1832: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1836: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1840: while should always use braces [readability/braces] [5]
src/nvim/fold.c:1841: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1867: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1882: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1884: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1891: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1894: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1926: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1928: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1939: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1940: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1941: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1943: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1945: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1951: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1956: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1976: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1978: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1987: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1995: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2000: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2006: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2010: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2017: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2023: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2035: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2037: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2047: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2054: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2056: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2101: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:2105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2141: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2143: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2154: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2166: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2198: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2200: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2220: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2223: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2224: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2225: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2228: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2229: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2230: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2231: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2234: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2242: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2249: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2252: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2261: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2261: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2267: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2268: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2269: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2289: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2291: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:2294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2296: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2299: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2300: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2323: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2356: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2360: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2364: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2374: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2387: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2393: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2414: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:2416: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2423: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2430: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2431: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2434: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2443: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2444: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2449: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2466: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2468: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2507: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:2516: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2542: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2557: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2567: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2571: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2572: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2579: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2602: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2608: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:2612: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2618: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2619: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2635: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:2637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2641: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2643: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2645: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:2652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2659: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2661: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2687: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2707: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2709: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2735: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2748: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2791: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2798: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:2802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2809: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2811: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2815: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2816: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2817: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2829: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2832: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:2833: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2834: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:2838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2839: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2875: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2881: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2897: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2899: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2904: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2914: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fold.c:2922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2923: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2927: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2928: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2933: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2941: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2943: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2947: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2960: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2963: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2963: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/garray.c:124: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/garray.c:160: Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/nvim/garray.c:171: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/getchar.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:70: Missing space after { [whitespace/braces] [5]
src/nvim/getchar.c:70: Missing space before } [whitespace/braces] [5]
src/nvim/getchar.c:71: Missing space after { [whitespace/braces] [5]
src/nvim/getchar.c:71: Missing space before } [whitespace/braces] [5]
src/nvim/getchar.c:72: Missing space after { [whitespace/braces] [5]
src/nvim/getchar.c:72: Missing space before } [whitespace/braces] [5]
src/nvim/getchar.c:73: Missing space after { [whitespace/braces] [5]
src/nvim/getchar.c:73: Missing space before } [whitespace/braces] [5]
src/nvim/getchar.c:74: Missing space after { [whitespace/braces] [5]
src/nvim/getchar.c:74: Missing space before } [whitespace/braces] [5]
src/nvim/getchar.c:77: Missing space after { [whitespace/braces] [5]
src/nvim/getchar.c:77: Missing space before } [whitespace/braces] [5]
src/nvim/getchar.c:80: Missing space after { [whitespace/braces] [5]
src/nvim/getchar.c:80: Missing space before } [whitespace/braces] [5]
src/nvim/getchar.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:88: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:106: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:182: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:188: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:189: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:206: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:223: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:235: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:242: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:243: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:249: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:251: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:260: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:262: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:263: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:272: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:274: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:294: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/getchar.c:298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:309: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:311: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:313: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:314: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:342: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:352: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:418: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:427: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:428: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:429: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/getchar.c:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:438: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:466: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:488: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:516: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:524: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:525: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:534: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:541: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:542: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:546: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:547: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:548: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:551: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:555: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:558: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:560: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:564: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:566: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:577: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:586: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:627: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:669: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:671: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:673: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:684: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:686: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:688: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:699: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:704: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:720: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:739: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:739: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:742: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:747: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:750: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:751: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:753: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:758: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:759: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:760: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:761: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:762: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:767: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:768: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:787: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:787: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:792: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:802: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:803: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:809: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:859: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:877: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/getchar.c:877: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:891: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:897: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:898: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:899: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:904: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:906: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:907: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:908: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:917: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:919: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:921: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:932: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:934: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:936: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:938: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:938: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:945: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:949: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:951: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:986: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:987: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:993: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/getchar.c:996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1020: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1028: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1034: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1034: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:1036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1041: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1043: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1048: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1049: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1052: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1053: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1057: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1059: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1063: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1065: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1069: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1071: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1077: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1078: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1094: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1111: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1115: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1128: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1130: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1146: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1155: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1157: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1159: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1161: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1191: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1225: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:1226: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:1228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1235: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1239: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1240: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1245: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1246: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1267: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1269: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1271: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1276: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1298: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1299: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1305: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:1311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1326: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1341: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1344: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1367: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1386: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1387: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1392: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1393: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1401: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1403: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1404: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1405: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1412: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/getchar.c:1415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1443: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:1453: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:1463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1468: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1470: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:1471: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1479: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1480: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1480: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1484: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1497: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1511: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1537: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1539: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1552: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1565: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1567: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1571: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:1572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1572: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:1582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1614: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/getchar.c:1614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1614: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1617: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1639: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1646: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1648: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1649: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1653: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1654: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1661: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1671: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1673: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1688: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1690: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1696: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1704: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1707: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1709: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1717: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1753: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1755: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1755: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:1759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1791: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:1793: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1794: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1795: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1797: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1798: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1799: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1810: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1827: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1837: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:1838: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1840: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1855: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:1856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1858: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1881: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1883: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1884: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1888: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1901: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1903: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1925: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/getchar.c:1925: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/getchar.c:1925: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/getchar.c:1928: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:1930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1943: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1944: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1945: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1945: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:1946: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1949: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1952: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/getchar.c:1955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1964: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1966: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1979: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1981: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1982: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1993: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1995: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1997: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2010: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2012: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2012: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2038: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:2041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2049: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2051: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2051: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:2054: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2056: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2057: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/getchar.c:2058: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2059: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2060: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/getchar.c:2058: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2059: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2062: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2065: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2065: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2066: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2094: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2095: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2096: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2097: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2098: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2099: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2100: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2102: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2103: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2104: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2103: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2104: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2109: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2110: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2128: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2131: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2132: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2134: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2135: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:2141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2143: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:2147: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:2152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2156: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2157: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:2167: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2179: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2190: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2199: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2201: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2205: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2240: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2240: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2242: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2252: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2254: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:2261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2265: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2265: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2267: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2277: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2278: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2279: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2280: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2288: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2291: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2293: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2295: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2299: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2302: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2305: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2309: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:2314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2327: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2328: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2329: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2330: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2332: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2333: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2334: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2339: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:2344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2367: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:2368: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:2371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2376: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2390: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2391: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2393: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2403: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/getchar.c:2406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2415: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2416: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2417: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2440: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2459: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2470: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:2471: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:2474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2489: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/getchar.c:2496: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2497: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2496: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2497: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2549: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:2550: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:2554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2565: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2566: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2576: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2577: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2578: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2579: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2580: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2589: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2591: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2612: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2621: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2630: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2648: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2656: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2672: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2674: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:2675: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:2677: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2699: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2700: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2703: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2705: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2706: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2713: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2742: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:2743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2744: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2752: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:2753: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:2753: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:2758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2759: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:2759: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:2767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2767: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2768: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/getchar.c:2768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2768: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2771: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2779: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:2781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2781: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2784: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:2787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2792: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2794: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2795: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2797: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2810: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:2812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2812: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2815: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:2818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2821: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2822: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2826: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2827: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2828: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2845: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:2846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2847: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:2849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2849: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2852: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:2855: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/getchar.c:2856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2862: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2887: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2890: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2895: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2897: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2898: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2915: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2959: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2961: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2967: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3034: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3049: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3051: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3053: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3055: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3057: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3059: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3061: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3063: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3065: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3067: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3067: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3068: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3069: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3071: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3096: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:3097: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:3100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3103: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:3104: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:3105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3117: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3119: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3121: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3123: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3126: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3128: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3170: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3172: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3174: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3176: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3178: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3181: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3181: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3182: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3184: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3186: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3188: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3188: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3189: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3191: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3200: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:3201: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:3203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3211: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3222: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:3225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3226: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3229: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3232: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3234: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3236: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3239: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3241: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3246: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3248: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3248: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3253: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3256: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3273: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3275: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3277: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3279: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3281: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3283: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3285: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3287: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3289: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3306: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3312: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3314: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3316: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3318: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3320: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3322: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3325: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3327: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3330: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3332: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3335: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3343: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3350: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:3354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3360: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3362: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3362: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3363: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3365: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3365: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3367: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3372: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3375: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3430: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3433: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3434: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3436: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3438: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3440: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3442: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3444: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3446: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3450: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3451: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3452: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3457: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3459: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3462: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3464: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3468: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3470: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3471: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3472: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3472: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3482: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3504: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3506: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3506: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3543: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3546: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3547: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3550: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3551: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3559: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3560: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3566: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3567: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3568: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3568: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3569: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3570: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3580: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3584: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3585: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3586: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3586: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3587: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3588: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3591: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:3592: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3593: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/getchar.c:3596: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3653: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3657: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3660: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3665: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3667: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3669: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3673: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3676: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3682: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3684: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:3685: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3686: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3689: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3697: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:3699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3719: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3720: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3725: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3726: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3727: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3735: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3794: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3804: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:3805: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:3807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3816: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3825: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:3825: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3826: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3828: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3830: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3832: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3835: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3837: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3843: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3848: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:3848: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3849: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3852: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3861: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3863: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3922: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3945: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3946: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3947: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3948: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:3948: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3949: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:3949: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3950: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3951: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3953: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3960: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3962: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3964: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3966: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3968: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3970: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3972: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3975: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3978: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3979: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:3980: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:3981: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:3982: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:3991: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3992: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4014: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4019: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:4022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4026: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:4027: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4029: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:4034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4050: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4062: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4065: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4083: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4089: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4092: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4104: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:4107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4122: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:4122: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:4123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4124: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:4126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4126: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4128: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4130: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:4132: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:4134: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:4137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4149: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4151: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4174: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:4191: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:4202: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:4211: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:4224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4251: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:38: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:100: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:100: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:100: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:101: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:101: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:101: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:102: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:102: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:102: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:103: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:103: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:103: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:104: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:104: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:104: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:105: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:105: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:105: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:106: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:106: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:106: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:107: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:107: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:107: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:108: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:108: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:108: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:109: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:109: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:109: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:110: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:110: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:110: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:111: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:111: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:111: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:112: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:112: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:112: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:113: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:113: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:113: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:115: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/hardcopy.c:152: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:152: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:152: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:153: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:153: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:153: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:154: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:154: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:154: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:155: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:155: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:155: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:156: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:156: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:156: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:157: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:157: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:157: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:273: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:282: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:282: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hardcopy.c:283: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:291: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:294: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:299: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:299: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hardcopy.c:300: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:303: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:307: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:310: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:320: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:321: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/hardcopy.c:328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:342: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:360: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:362: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:365: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:367: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:371: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:373: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:411: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:419: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:420: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:424: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:425: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:428: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:431: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:431: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:435: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:469: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:470: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:470: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hardcopy.c:478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:489: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:497: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:515: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:516: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:522: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:523: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:527: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:531: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:536: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/hardcopy.c:537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:537: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:539: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:546: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:549: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:549: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:553: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:577: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:584: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:589: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:599: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:600: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:601: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:602: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:603: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:604: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:605: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:610: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:611: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:612: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:616: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:622: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:623: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:624: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:632: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:641: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:657: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:661: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:663: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:684: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:691: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hardcopy.c:692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:705: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hardcopy.c:706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:712: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:716: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:719: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:722: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:724: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:725: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:726: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:723: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:732: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:737: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/hardcopy.c:739: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:744: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:753: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:755: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:766: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:770: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:771: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/hardcopy.c:773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:778: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:784: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:797: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:801: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:811: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:813: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:828: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:834: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:835: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:837: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:855: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:862: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:866: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:872: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:876: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:878: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:890: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:938: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:938: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:939: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:939: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:940: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:940: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:941: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:941: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:942: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:942: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:943: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:943: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:944: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:944: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:945: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:945: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:946: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:946: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:947: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:947: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:948: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:948: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:949: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:949: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:950: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:950: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:951: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:951: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:965: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:965: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:974: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:974: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:978: Missing space before asterisk in prt_ps_font_S* [whitespace/operators] [2]
src/nvim/hardcopy.c:990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:993: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:994: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:995: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:995: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:996: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:997: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:998: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:998: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:999: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:999: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1000: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1000: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1004: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1004: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1005: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1005: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1006: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1006: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1007: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1007: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1008: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1008: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1009: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1009: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1010: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1010: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1011: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1011: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1025: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1025: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1026: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1026: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1027: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1028: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1029: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1029: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1030: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1030: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1031: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1031: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1035: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1035: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1036: Missing space after , [whitespace/comma] [3]
src/nvim/hardcopy.c:1036: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1036: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1037: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1037: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1038: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1038: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1039: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1039: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1040: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1040: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1041: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1041: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1061: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1061: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1062: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1062: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1063: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1065: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1066: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1066: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1067: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1067: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1068: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1068: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1069: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1069: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1070: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1070: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1074: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1074: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1075: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1075: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1076: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1076: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1077: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1077: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1078: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1078: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1079: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1079: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1080: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1080: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1081: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1081: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1082: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1082: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1083: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1083: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1084: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1084: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1085: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1085: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1086: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1086: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1087: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1087: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1098: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1098: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1099: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1099: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1100: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1100: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1101: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1101: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1102: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1102: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1103: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1103: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1104: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1104: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1105: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1105: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1109: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1109: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1110: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1110: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1111: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1111: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1112: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1112: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1113: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1113: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1114: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1114: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1115: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1115: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1205: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1205: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1206: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1207: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/hardcopy.c:1207: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1208: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1209: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/hardcopy.c:1209: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1293: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1321: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:1325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1330: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:1334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1340: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1342: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1344: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1343: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:1345: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1347: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1357: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1360: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1370: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1379: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:1383: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1385: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1404: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:1406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1414: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:1417: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:1421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1427: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1430: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:1434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1448: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1472: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1480: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1482: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1486: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1488: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1496: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1497: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:1509: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1511: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1530: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1529: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1549: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1556: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1568: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1572: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1581: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1594: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1609: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1610: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1613: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1614: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1617: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1618: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1619: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1630: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1631: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1636: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1637: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1642: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1660: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1666: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1669: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1671: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1677: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1678: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1683: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1685: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1686: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1692: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1693: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1695: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1696: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1699: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1701: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1702: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1707: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1708: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1710: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1711: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1713: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1714: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1716: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1716: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:1718: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1719: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1725: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1726: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1727: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1732: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1733: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1734: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1739: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1740: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1741: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1746: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1757: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1758: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1761: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1764: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:1766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1770: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1774: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1785: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1792: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1800: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1811: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1815: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:1822: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/hardcopy.c:1823: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/hardcopy.c:1824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1829: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1831: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1832: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1834: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1838: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1847: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1848: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1849: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1853: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:1855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1858: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1861: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:1866: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1869: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1871: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1876: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:1883: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/hardcopy.c:1886: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1891: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1893: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1896: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1898: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1913: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1921: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1926: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1969: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/hardcopy.c:1988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1991: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1994: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:2007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2020: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2023: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2039: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/hardcopy.c:2046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2052: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2056: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2059: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/hardcopy.c:2065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2066: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2073: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2077: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2099: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2111: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2118: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2141: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2152: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:2153: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2169: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2180: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/hardcopy.c:2193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2200: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2203: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:2209: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2226: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2226: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hardcopy.c:2227: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2229: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2229: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2231: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2254: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2264: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2264: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hardcopy.c:2265: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2277: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2308: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2309: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2313: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2315: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:2317: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2345: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2351: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2352: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2353: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2354: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2355: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2356: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2358: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2365: Missing space before asterisk in FILE* [whitespace/operators] [2]
src/nvim/hardcopy.c:2372: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2375: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2381: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2384: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2386: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2388: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2393: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2402: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2421: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2435: Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/hardcopy.c:2436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2438: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2449: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2450: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2476: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2477: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2478: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2480: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2485: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2492: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2494: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2495: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2496: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2497: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2502: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2504: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2505: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2506: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2507: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2531: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2532: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2536: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2537: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2542: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2548: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2549: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2551: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2552: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2563: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2564: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2566: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2574: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2575: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2577: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2578: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2606: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2607: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2616: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2620: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2621: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2636: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2637: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2640: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2641: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2642: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2643: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2646: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2649: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2650: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2676: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2679: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2681: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2683: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2685: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2687: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2689: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2691: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2693: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2703: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2704: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2707: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2711: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2712: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2715: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2716: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:2717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2722: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2723: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2726: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2727: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:2728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2733: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2734: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2737: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2738: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:2739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2745: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2747: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2818: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2820: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:2826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2844: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2853: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2859: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2860: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2861: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2888: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2889: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2890: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2894: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2895: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2896: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2901: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2905: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2907: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2908: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2911: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2913: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2914: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2929: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2931: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2934: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2936: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:2940: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2949: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2951: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:2951: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:2956: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2961: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2962: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2963: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:2964: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2965: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2967: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2969: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2971: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2977: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3015: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/hardcopy.c:3021: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:3025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3026: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:3032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3035: Missing space before asterisk in prt_right_margin* [whitespace/operators] [2]
src/nvim/hardcopy.c:3037: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:3047: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:3049: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:3054: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:3055: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:3059: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:3060: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:3067: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:3068: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:3075: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:3076: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hashtab.c:66: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hashtab.c:84: Missing space before asterisk in hashitem_T* [whitespace/operators] [2]
src/nvim/hashtab.c:99: Missing space before asterisk in hashitem_T* [whitespace/operators] [2]
src/nvim/hashtab.c:331: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/if_cscope.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:35: Found C system header after other header. Should be: c system, c++ system, other. [build/include_order] [4]
src/nvim/if_cscope.c:36: Found C system header after other header. Should be: c system, c++ system, other. [build/include_order] [4]
src/nvim/if_cscope.c:38: Found C system header after other header. Should be: c system, c++ system, other. [build/include_order] [4]
src/nvim/if_cscope.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:98: for should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:99: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:100: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:127: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:159: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:161: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:163: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:165: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:167: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:180: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/if_cscope.c:181: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/if_cscope.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:196: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/if_cscope.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:215: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:225: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:234: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:245: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:244: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:245: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:246: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:248: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:251: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:252: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:255: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:260: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:261: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:262: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:267: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:267: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:268: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:268: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:274: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:273: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:274: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:275: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:275: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:287: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/if_cscope.c:288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:303: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:307: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:360: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:364: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:367: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:368: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:372: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:373: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:376: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:377: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:380: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:385: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:388: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:393: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:398: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:418: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:422: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:422: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:423: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:433: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/if_cscope.c:439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:446: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/if_cscope.c:447: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/if_cscope.c:448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:466: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:474: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:483: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:495: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:498: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:499: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/if_cscope.c:500: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:501: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/if_cscope.c:505: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:512: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/if_cscope.c:516: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:534: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:535: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:572: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:599: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:614: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:614: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:616: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:619: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:619: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:627: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:627: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:629: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:648: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/if_cscope.c:682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:685: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:686: while should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:687: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/if_cscope.c:691: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/if_cscope.c:694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:719: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:721: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:723: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:725: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:735: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:737: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:739: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:757: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:789: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:796: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/if_cscope.c:798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:799: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/if_cscope.c:802: Almost always, snprintf is better than strcat [runtime/printf] [4]
src/nvim/if_cscope.c:803: Almost always, snprintf is better than strcat [runtime/printf] [4]
src/nvim/if_cscope.c:806: Almost always, snprintf is better than strcat [runtime/printf] [4]
src/nvim/if_cscope.c:807: Almost always, snprintf is better than strcat [runtime/printf] [4]
src/nvim/if_cscope.c:810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:821: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:825: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:836: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:838: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:858: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:857: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:903: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:905: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:908: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:910: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:916: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:923: for should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:923: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/if_cscope.c:924: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:928: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:927: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:985: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/if_cscope.c:988: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:993: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:993: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:994: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:995: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1001: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1002: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:1006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1008: for should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1012: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1021: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1024: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1035: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:1039: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/if_cscope.c:1043: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:1047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1054: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1056: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:1056: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/if_cscope.c:1059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1059: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1063: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1072: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1072: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:1073: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1086: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:1091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1093: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1095: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1096: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:1102: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1120: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1123: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1124: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1125: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1126: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1128: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1129: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1130: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1131: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1132: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1133: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1134: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1135: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1140: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:1142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1170: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1192: Missing space before asterisk in csinfo_T)* [whitespace/operators] [2]
src/nvim/if_cscope.c:1194: for should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1200: Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/nvim/if_cscope.c:1204: Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/nvim/if_cscope.c:1205: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/if_cscope.c:1210: Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/nvim/if_cscope.c:1211: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/if_cscope.c:1217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1231: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1237: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1237: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1241: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/if_cscope.c:1242: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1261: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1272: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1274: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:1277: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1285: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1291: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1297: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1322: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1324: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:1328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1369: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/if_cscope.c:1374: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/if_cscope.c:1378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1412: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1420: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1430: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1466: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1476: while should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1477: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/if_cscope.c:1482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1487: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1487: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1489: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1489: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1491: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1491: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1500: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1522: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1526: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1527: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1532: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1532: Missing spaces around == [whitespace/operators] [3]
src/nvim/if_cscope.c:1533: Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/nvim/if_cscope.c:1534: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:1535: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/if_cscope.c:1537: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1539: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:1544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1547: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1578: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1582: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1583: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1591: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1593: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:1593: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/if_cscope.c:1598: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1602: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1623: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1627: for should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1627: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/if_cscope.c:1628: while should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1629: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1630: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/if_cscope.c:1750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1770: while should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1800: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/if_cscope.c:1801: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1805: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1807: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:1808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1809: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:1820: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1886: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/if_cscope.c:1889: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1901: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:1904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1916: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/if_cscope.c:1917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1919: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:1922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1925: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1936: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1942: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1944: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1967: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1979: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1980: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:1983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2004: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:2007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2032: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:2034: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:2035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2039: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:2040: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:2044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2052: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/if_cscope.c:2054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2056: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:2066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2073: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:2075: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:2075: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/if_cscope.c:2080: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:2093: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:2095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2105: for should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:2111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:56: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent.c:324: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent.c:449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:463: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent.c:464: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent.c:466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:473: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent.c:477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:478: if should always use braces [readability/braces] [5]
src/nvim/indent.c:481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:485: if should always use braces [readability/braces] [5]
src/nvim/indent.c:487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:489: An else should always have braces before it [readability/braces] [5]
src/nvim/indent.c:505: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent.c:618: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent.c:708: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent.c:712: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent.c:712: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:40: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/indent_c.c:51: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:59: for should always use braces [readability/braces] [5]
src/nvim/indent_c.c:59: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:61: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:113: for should always use braces [readability/braces] [5]
src/nvim/indent_c.c:116: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:124: for should always use braces [readability/braces] [5]
src/nvim/indent_c.c:124: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:126: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:129: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:149: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:151: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:155: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:156: while should always use braces [readability/braces] [5]
src/nvim/indent_c.c:157: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:164: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:165: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:166: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:167: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:170: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:177: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:181: for should always use braces [readability/braces] [5]
src/nvim/indent_c.c:181: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:182: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:183: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:188: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:194: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:195: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:253: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:255: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:260: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:262: for should always use braces [readability/braces] [5]
src/nvim/indent_c.c:262: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:297: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:312: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:314: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:314: Missing space before { [whitespace/braces] [5]
src/nvim/indent_c.c:315: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:319: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:322: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:335: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:336: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:338: while should always use braces [readability/braces] [5]
src/nvim/indent_c.c:343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:359: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:360: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:361: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:362: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:365: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:378: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:385: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:389: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:391: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:395: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:395: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:397: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:399: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:400: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:403: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:414: Missing space after { [whitespace/braces] [5]
src/nvim/indent_c.c:414: Missing space before } [whitespace/braces] [5]
src/nvim/indent_c.c:418: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:424: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:432: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:436: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:437: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:439: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:440: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:442: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:448: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/indent_c.c:449: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/indent_c.c:451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:456: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:459: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:460: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:461: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:462: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:464: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:466: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:467: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:468: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:470: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:471: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:472: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:473: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:476: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:479: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:480: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:481: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:502: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:504: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:506: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:508: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:509: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:522: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:529: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:534: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:535: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:536: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:538: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:541: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:543: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:554: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:556: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:557: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:558: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:558: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:560: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:563: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:566: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:575: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/indent_c.c:576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:576: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/indent_c.c:587: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:612: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:615: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:648: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:650: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:652: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:655: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:661: for should always use braces [readability/braces] [5]
src/nvim/indent_c.c:661: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:662: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/indent_c.c:663: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:691: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:697: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:699: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:700: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:702: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:706: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:709: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:710: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:723: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:724: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:725: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:737: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:741: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:745: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:748: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:752: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:783: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/indent_c.c:785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:791: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:795: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:798: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:804: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:805: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:806: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:810: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:811: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:813: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:814: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:817: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:837: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:839: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:841: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:843: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:849: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:850: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:856: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:857: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:891: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:892: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:903: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:906: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:909: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:914: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:916: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:917: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:919: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:919: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:920: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:921: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:926: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:939: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:954: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/indent_c.c:955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:955: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/indent_c.c:962: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:965: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:973: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:974: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:976: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:977: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:979: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:995: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:997: while should always use braces [readability/braces] [5]
src/nvim/indent_c.c:998: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1001: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1006: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1011: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1041: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1042: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1057: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1061: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:1065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1070: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1071: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1073: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1108: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1109: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1111: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1112: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1114: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1132: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1136: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1139: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1140: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1142: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1144: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1165: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1169: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1171: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1175: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1184: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:1188: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:1189: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1191: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1193: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1197: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1201: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1202: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:1204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1205: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1212: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1244: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1247: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1254: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1274: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1276: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1277: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:1279: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1280: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1282: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1306: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1308: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1308: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:1310: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1322: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:1323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1323: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:1326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1338: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/indent_c.c:1338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1338: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/indent_c.c:1339: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1340: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1342: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1384: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1430: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1442: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1450: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1451: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1452: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1453: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1454: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1455: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1455: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:1457: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:1464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1602: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1603: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1610: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1611: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1613: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1618: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1620: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1620: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:1622: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1625: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1627: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1669: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1670: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1721: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1734: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1749: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1792: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1801: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1820: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1835: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1837: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1839: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1842: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/indent_c.c:1843: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1846: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1847: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1862: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:1864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1869: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1871: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1872: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1876: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1882: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1884: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1896: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1898: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1901: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:1907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1911: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1912: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/indent_c.c:1913: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1915: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1915: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:1916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1924: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:1925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1925: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1934: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1939: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1947: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1956: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1957: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1958: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1962: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1966: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1981: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:1983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1983: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1985: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1997: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/indent_c.c:2000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2003: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2060: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2061: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:2074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2091: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:2099: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:2106: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:2108: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2108: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:2110: while should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2112: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2114: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2125: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2135: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2142: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:2153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2155: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2157: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2157: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:2170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2178: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2184: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2207: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2209: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2225: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:2225: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/indent_c.c:2226: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:2226: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/indent_c.c:2227: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:2227: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/indent_c.c:2229: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2260: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2262: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2287: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:2289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2290: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/indent_c.c:2291: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:2293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2297: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2302: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2307: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2309: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2316: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2318: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:2321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2359: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2361: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2382: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2385: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2388: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2404: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2410: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2414: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2424: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2428: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2443: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2445: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2448: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2450: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2468: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2471: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2488: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2498: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2521: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2525: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2530: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2540: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2542: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2553: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:2554: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:2555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2580: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2583: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2598: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2600: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2641: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2652: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2660: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2667: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2669: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2676: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:2677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2684: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2684: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:2686: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2701: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2704: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/indent_c.c:2748: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:2748: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/indent_c.c:2749: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:2749: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/indent_c.c:2764: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2777: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2778: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:2784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2794: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2796: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:2801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2827: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2853: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2855: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2874: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2891: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2893: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:2896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2906: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2910: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2922: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/indent_c.c:2922: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:2923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2932: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2944: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3015: Extra space after ( in function call [whitespace/parens] [4]
src/nvim/indent_c.c:3026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3030: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/indent_c.c:3031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3040: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3042: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:3049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3050: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3053: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:3055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3062: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/indent_c.c:3062: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:3063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3080: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:3085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3098: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3100: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:3105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3115: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3123: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/indent_c.c:3123: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:3124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3136: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/indent_c.c:3136: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/indent_c.c:3137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3145: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:3146: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:3152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3162: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:3164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3170: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3174: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3190: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3208: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3210: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:3219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3220: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3224: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3253: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3254: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3255: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3256: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3257: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3258: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3259: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3260: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3259: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3302: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3305: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3324: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3337: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3339: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:3343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3345: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3347: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3356: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3364: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3373: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3395: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3396: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/indent_c.c:3399: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3425: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3440: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3447: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3460: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3462: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:3468: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3478: Small and focused functions are preferred: get_c_indent() has 1011 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [2]
src/nvim/indent_c.c:3489: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:3492: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:3505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3515: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3523: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3531: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3542: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3543: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:3547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3552: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:3556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3559: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:3560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3564: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3569: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3589: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3591: An else should always have braces before it [readability/braces] [5]
src/nvim/keymap.c:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:25: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/keymap.c:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:26: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/keymap.c:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:30: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:30: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:31: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:31: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:32: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:32: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:33: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:33: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:34: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:34: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:35: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:35: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:36: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:36: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:37: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:37: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:39: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:39: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:40: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:40: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:51: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/keymap.c:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:57: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/keymap.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:58: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/keymap.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:79: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:144: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:144: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:145: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:145: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:146: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:146: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:147: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:147: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:148: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:148: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:149: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:149: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:150: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:150: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:151: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:151: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:152: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:152: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:153: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:153: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:154: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:154: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:155: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:155: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:156: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:156: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:157: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:157: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:158: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:158: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:159: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:159: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:160: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:160: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:161: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:161: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:162: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:162: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:163: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:163: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:164: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:164: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:165: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:165: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:166: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:166: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:167: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:167: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:168: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:168: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:169: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:169: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:170: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:170: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:171: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:171: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:173: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:173: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:174: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:174: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:175: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:175: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:176: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:176: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:177: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:177: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:178: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:178: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:179: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:179: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:180: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:180: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:181: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:181: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:182: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:182: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:184: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:184: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:185: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:185: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:186: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:186: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:187: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:187: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:188: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:188: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:189: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:189: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:190: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:190: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:191: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:191: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:192: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:192: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:193: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:193: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:195: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:195: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:196: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:196: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:197: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:197: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:198: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:198: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:199: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:199: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:200: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:200: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:201: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:201: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:202: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:202: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:203: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:203: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:204: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:204: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:206: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:206: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:207: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:207: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:208: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:208: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:209: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:209: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:210: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:210: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:211: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:211: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:212: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:212: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:214: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:214: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:215: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:215: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:216: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:216: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:217: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:217: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:219: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:219: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:220: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:220: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:221: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:221: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:222: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:222: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:223: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:223: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:224: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:224: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:225: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:225: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:226: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:226: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:227: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:227: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:228: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:228: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:229: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:229: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:230: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:230: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:231: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:231: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:232: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:232: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:233: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:233: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:234: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:234: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:235: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:235: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:237: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:237: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:238: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:238: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:239: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:239: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:240: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:240: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:241: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:241: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:242: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:242: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:244: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:244: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:245: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:245: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:246: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:246: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:247: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:247: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:248: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:248: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:249: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:249: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:250: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:250: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:251: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:251: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:252: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:252: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:253: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:253: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:255: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:255: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:257: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:257: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:258: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:258: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:259: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:259: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:260: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:260: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:261: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:261: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:262: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:262: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:263: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:263: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:264: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:264: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:265: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:265: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:266: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:266: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:267: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:267: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:268: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:268: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:269: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:269: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:270: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:270: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:271: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:271: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:272: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:272: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:273: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/keymap.c:273: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:273: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:274: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:274: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:275: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:275: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:276: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:276: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:277: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:277: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:278: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:278: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:279: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:279: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:280: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:280: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:281: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:281: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:282: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:282: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:283: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:283: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:284: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:284: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:285: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:285: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:286: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:286: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:287: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:287: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:288: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:288: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:298: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:298: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:298: Use true instead of TRUE. [readability/bool] [4]
src/nvim/keymap.c:299: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:299: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:299: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:300: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:300: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:300: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:301: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:301: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:301: Use true instead of TRUE. [readability/bool] [4]
src/nvim/keymap.c:302: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:302: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:302: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:303: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:303: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:303: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:304: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:304: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:304: Use true instead of TRUE. [readability/bool] [4]
src/nvim/keymap.c:305: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:305: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:305: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:306: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:306: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:306: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:307: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:307: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:307: Use true instead of TRUE. [readability/bool] [4]
src/nvim/keymap.c:308: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:308: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:308: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:309: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:309: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:309: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:310: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:310: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:310: Use true instead of TRUE. [readability/bool] [4]
src/nvim/keymap.c:311: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:311: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:311: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:312: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:312: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:312: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:314: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:314: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:314: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:316: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:316: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:316: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:317: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:317: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:329: for should always use braces [readability/braces] [5]
src/nvim/keymap.c:330: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:353: for should always use braces [readability/braces] [5]
src/nvim/keymap.c:359: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/keymap.c:365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:407: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:415: for should always use braces [readability/braces] [5]
src/nvim/keymap.c:417: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/keymap.c:420: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/keymap.c:425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:450: for should always use braces [readability/braces] [5]
src/nvim/keymap.c:457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:465: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/keymap.c:465: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/keymap.c:466: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:468: An else should always have braces before it [readability/braces] [5]
src/nvim/keymap.c:470: An else should always have braces before it [readability/braces] [5]
src/nvim/keymap.c:470: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/keymap.c:472: while should always use braces [readability/braces] [5]
src/nvim/keymap.c:476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:491: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/keymap.c:492: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/keymap.c:495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:502: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:503: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:517: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/keymap.c:519: An else should always have braces before it [readability/braces] [5]
src/nvim/keymap.c:524: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/keymap.c:551: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:684: for should always use braces [readability/braces] [5]
src/nvim/keymap.c:685: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:687: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:706: for should always use braces [readability/braces] [5]
src/nvim/keymap.c:707: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:709: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:724: for should always use braces [readability/braces] [5]
src/nvim/keymap.c:730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:734: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/keymap.c:749: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/keymap.c:802: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/keymap.c:809: Use true instead of TRUE. [readability/bool] [4]
src/nvim/keymap.c:854: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/keymap.c:864: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/keymap.c:875: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/log.c:37: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/log.c:50: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.c:110: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/log.c:123: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/main.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:251: if should always use braces [readability/braces] [5]
src/nvim/main.c:256: if should always use braces [readability/braces] [5]
src/nvim/main.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:260: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:265: if should always use braces [readability/braces] [5]
src/nvim/main.c:266: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:272: if should always use braces [readability/braces] [5]
src/nvim/main.c:279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:285: if should always use braces [readability/braces] [5]
src/nvim/main.c:286: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:295: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:296: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:298: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:305: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:360: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:373: if should always use braces [readability/braces] [5]
src/nvim/main.c:377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:377: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:378: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:379: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:391: if should always use braces [readability/braces] [5]
src/nvim/main.c:394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:406: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:407: if should always use braces [readability/braces] [5]
src/nvim/main.c:408: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:417: if should always use braces [readability/braces] [5]
src/nvim/main.c:427: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:440: if should always use braces [readability/braces] [5]
src/nvim/main.c:442: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:442: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:447: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:460: if should always use braces [readability/braces] [5]
src/nvim/main.c:463: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:471: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:483: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:490: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:499: if should always use braces [readability/braces] [5]
src/nvim/main.c:504: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:508: if should always use braces [readability/braces] [5]
src/nvim/main.c:509: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:511: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:524: if should always use braces [readability/braces] [5]
src/nvim/main.c:535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:548: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:553: if should always use braces [readability/braces] [5]
src/nvim/main.c:556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:575: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:575: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:588: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:588: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:589: if should always use braces [readability/braces] [5]
src/nvim/main.c:593: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:601: if should always use braces [readability/braces] [5]
src/nvim/main.c:602: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:607: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:609: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:610: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:620: if should always use braces [readability/braces] [5]
src/nvim/main.c:650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:692: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:698: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:699: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:706: if should always use braces [readability/braces] [5]
src/nvim/main.c:708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:709: if should always use braces [readability/braces] [5]
src/nvim/main.c:711: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:717: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/main.c:718: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:724: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:734: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:747: Missing space before asterisk in msgpack_sbuffer* [whitespace/operators] [2]
src/nvim/main.c:748: Missing space before asterisk in msgpack_packer* [whitespace/operators] [2]
src/nvim/main.c:766: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:768: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:769: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:770: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:771: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:774: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:777: if should always use braces [readability/braces] [5]
src/nvim/main.c:779: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:781: if should always use braces [readability/braces] [5]
src/nvim/main.c:782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:813: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:821: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:822: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:826: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:828: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:836: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:844: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:876: if should always use braces [readability/braces] [5]
src/nvim/main.c:879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:882: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:883: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:887: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:888: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:898: if should always use braces [readability/braces] [5]
src/nvim/main.c:899: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:900: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:901: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:905: if should always use braces [readability/braces] [5]
src/nvim/main.c:908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:911: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:912: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:915: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/main.c:918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:918: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/main.c:919: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:924: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/main.c:925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:929: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:934: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/main.c:935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:935: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/main.c:941: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:945: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:948: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/main.c:948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:951: if should always use braces [readability/braces] [5]
src/nvim/main.c:958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:964: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:978: if should always use braces [readability/braces] [5]
src/nvim/main.c:981: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:982: if should always use braces [readability/braces] [5]
src/nvim/main.c:984: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:990: if should always use braces [readability/braces] [5]
src/nvim/main.c:995: if should always use braces [readability/braces] [5]
src/nvim/main.c:996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:999: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1003: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1004: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1009: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/main.c:1010: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1020: if should always use braces [readability/braces] [5]
src/nvim/main.c:1024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1076: if should always use braces [readability/braces] [5]
src/nvim/main.c:1079: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1086: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/main.c:1090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1093: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/main.c:1093: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:1094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1097: if should always use braces [readability/braces] [5]
src/nvim/main.c:1101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1109: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1109: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1121: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1123: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1125: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1125: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/main.c:1126: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/main.c:1129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1135: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1136: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1174: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1225: if should always use braces [readability/braces] [5]
src/nvim/main.c:1226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1227: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:1228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1239: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1251: if should always use braces [readability/braces] [5]
src/nvim/main.c:1253: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1255: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1270: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1277: if should always use braces [readability/braces] [5]
src/nvim/main.c:1296: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1297: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/main.c:1316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1325: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1327: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1328: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1329: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1347: if should always use braces [readability/braces] [5]
src/nvim/main.c:1349: if should always use braces [readability/braces] [5]
src/nvim/main.c:1354: if should always use braces [readability/braces] [5]
src/nvim/main.c:1361: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1363: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:1365: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:1368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1369: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1371: if should always use braces [readability/braces] [5]
src/nvim/main.c:1373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1380: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1381: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1382: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1385: if should always use braces [readability/braces] [5]
src/nvim/main.c:1387: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:1390: if should always use braces [readability/braces] [5]
src/nvim/main.c:1394: if should always use braces [readability/braces] [5]
src/nvim/main.c:1398: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1402: if should always use braces [readability/braces] [5]
src/nvim/main.c:1404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1406: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1409: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1414: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1420: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1423: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:1425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1425: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1433: if should always use braces [readability/braces] [5]
src/nvim/main.c:1435: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:1438: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1439: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1449: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1455: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1456: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1460: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1461: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1465: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/main.c:1471: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1472: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1473: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1479: if should always use braces [readability/braces] [5]
src/nvim/main.c:1483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1483: if should always use braces [readability/braces] [5]
src/nvim/main.c:1488: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1496: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1498: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1499: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1504: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1507: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1508: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1510: if should always use braces [readability/braces] [5]
src/nvim/main.c:1511: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1512: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1521: if should always use braces [readability/braces] [5]
src/nvim/main.c:1523: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1537: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1539: if should always use braces [readability/braces] [5]
src/nvim/main.c:1540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1556: for should always use braces [readability/braces] [5]
src/nvim/main.c:1556: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/main.c:1564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1576: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1577: if should always use braces [readability/braces] [5]
src/nvim/main.c:1581: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/main.c:1583: if should always use braces [readability/braces] [5]
src/nvim/main.c:1588: if should always use braces [readability/braces] [5]
src/nvim/main.c:1591: if should always use braces [readability/braces] [5]
src/nvim/main.c:1592: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1595: if should always use braces [readability/braces] [5]
src/nvim/main.c:1596: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1650: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1678: if should always use braces [readability/braces] [5]
src/nvim/main.c:1681: if should always use braces [readability/braces] [5]
src/nvim/main.c:1681: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1700: if should always use braces [readability/braces] [5]
src/nvim/main.c:1725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1809: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1812: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1823: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1832: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1836: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1843: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1851: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1853: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1856: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1857: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1858: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1859: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1860: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1861: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1862: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1863: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1864: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1865: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1879: if should always use braces [readability/braces] [5]
src/nvim/map.c:35: Missing space after { [whitespace/braces] [5]
src/nvim/map.c:35: Missing space before } [whitespace/braces] [5]
src/nvim/map.c:141: Missing space after { [whitespace/braces] [5]
src/nvim/map.c:141: Missing space before } [whitespace/braces] [5]
src/nvim/mark.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:94: if should always use braces [readability/braces] [5]
src/nvim/mark.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:102: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:124: if should always use braces [readability/braces] [5]
src/nvim/mark.c:126: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:128: if should always use braces [readability/braces] [5]
src/nvim/mark.c:129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:134: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/mark.c:134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:134: if should always use braces [readability/braces] [5]
src/nvim/mark.c:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:160: if should always use braces [readability/braces] [5]
src/nvim/mark.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:205: if should always use braces [readability/braces] [5]
src/nvim/mark.c:209: if should always use braces [readability/braces] [5]
src/nvim/mark.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:220: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mark.c:221: if should always use braces [readability/braces] [5]
src/nvim/mark.c:228: if should always use braces [readability/braces] [5]
src/nvim/mark.c:231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:236: if should always use braces [readability/braces] [5]
src/nvim/mark.c:237: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:237: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mark.c:239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:242: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:255: if should always use braces [readability/braces] [5]
src/nvim/mark.c:260: if should always use braces [readability/braces] [5]
src/nvim/mark.c:264: if should always use braces [readability/braces] [5]
src/nvim/mark.c:267: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:304: if should always use braces [readability/braces] [5]
src/nvim/mark.c:326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:326: Use true instead of TRUE. [readability/bool] [4]
src/nvim/mark.c:328: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:328: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mark.c:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:339: Use true instead of TRUE. [readability/bool] [4]
src/nvim/mark.c:346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:349: if should always use braces [readability/braces] [5]
src/nvim/mark.c:351: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:359: if should always use braces [readability/braces] [5]
src/nvim/mark.c:361: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:368: if should always use braces [readability/braces] [5]
src/nvim/mark.c:370: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:378: if should always use braces [readability/braces] [5]
src/nvim/mark.c:380: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:387: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:387: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mark.c:388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:393: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:394: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/mark.c:394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:408: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/mark.c:409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:424: if should always use braces [readability/braces] [5]
src/nvim/mark.c:426: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:432: if should always use braces [readability/braces] [5]
src/nvim/mark.c:436: if should always use braces [readability/braces] [5]
src/nvim/mark.c:446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:464: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/mark.c:470: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:492: if should always use braces [readability/braces] [5]
src/nvim/mark.c:495: for should always use braces [readability/braces] [5]
src/nvim/mark.c:495: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:499: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:529: if should always use braces [readability/braces] [5]
src/nvim/mark.c:563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:570: if should always use braces [readability/braces] [5]
src/nvim/mark.c:572: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mark.c:575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:584: if should always use braces [readability/braces] [5]
src/nvim/mark.c:589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:593: if should always use braces [readability/braces] [5]
src/nvim/mark.c:600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:609: if should always use braces [readability/braces] [5]
src/nvim/mark.c:613: for should always use braces [readability/braces] [5]
src/nvim/mark.c:613: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:615: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:616: if should always use braces [readability/braces] [5]
src/nvim/mark.c:618: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:622: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:623: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:624: if should always use braces [readability/braces] [5]
src/nvim/mark.c:638: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/mark.c:639: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/mark.c:644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:647: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mark.c:648: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mark.c:650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:651: if should always use braces [readability/braces] [5]
src/nvim/mark.c:652: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mark.c:653: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:653: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:654: if should always use braces [readability/braces] [5]
src/nvim/mark.c:656: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:661: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/mark.c:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:667: Use true instead of TRUE. [readability/bool] [4]
src/nvim/mark.c:671: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/mark.c:675: Use true instead of TRUE. [readability/bool] [4]
src/nvim/mark.c:679: if should always use braces [readability/braces] [5]
src/nvim/mark.c:683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:699: if should always use braces [readability/braces] [5]
src/nvim/mark.c:700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:702: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:704: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:706: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:706: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:708: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:724: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:728: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:742: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:770: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:772: if should always use braces [readability/braces] [5]
src/nvim/mark.c:775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:775: if should always use braces [readability/braces] [5]
src/nvim/mark.c:784: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:785: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:786: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:787: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:788: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:783: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/mark.c:791: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:792: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:798: if should always use braces [readability/braces] [5]
src/nvim/mark.c:802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:813: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:816: if should always use braces [readability/braces] [5]
src/nvim/mark.c:819: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:820: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:821: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:822: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:823: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:818: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/mark.c:832: if should always use braces [readability/braces] [5]
src/nvim/mark.c:839: if should always use braces [readability/braces] [5]
src/nvim/mark.c:841: if should always use braces [readability/braces] [5]
src/nvim/mark.c:843: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:843: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/mark.c:846: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:854: if should always use braces [readability/braces] [5]
src/nvim/mark.c:856: if should always use braces [readability/braces] [5]
src/nvim/mark.c:858: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:858: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/mark.c:861: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:883: if should always use braces [readability/braces] [5]
src/nvim/mark.c:887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:890: if should always use braces [readability/braces] [5]
src/nvim/mark.c:894: if should always use braces [readability/braces] [5]
src/nvim/mark.c:898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:905: if should always use braces [readability/braces] [5]
src/nvim/mark.c:909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:910: for should always use braces [readability/braces] [5]
src/nvim/mark.c:910: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:935: if should always use braces [readability/braces] [5]
src/nvim/mark.c:938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:945: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1015: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1019: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1021: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:1021: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/mark.c:1026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1031: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/mark.c:1037: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1043: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1047: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1058: for should always use braces [readability/braces] [5]
src/nvim/mark.c:1058: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:1061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1079: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:1086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1111: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:1112: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1114: for should always use braces [readability/braces] [5]
src/nvim/mark.c:1114: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:1115: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1133: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1145: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:1147: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1170: Missing space after { [whitespace/braces] [5]
src/nvim/mark.c:1170: Missing space before } [whitespace/braces] [5]
src/nvim/mark.c:1371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1378: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:121: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:122: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:123: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:124: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:125: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:126: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:127: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:128: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:136: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:137: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:138: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:139: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:140: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:141: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:142: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:143: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:155: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:155: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:157: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:157: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:159: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:159: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:161: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:161: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:163: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:163: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:165: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:165: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:167: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:167: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:169: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:169: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:171: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:171: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:173: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:173: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:175: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:175: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:177: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:177: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:179: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:179: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:181: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:181: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:183: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:183: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:185: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:185: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:187: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:187: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:189: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:189: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:191: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:191: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:193: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:193: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:195: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:195: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:197: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:197: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:199: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:199: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:203: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:203: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:205: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:205: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:207: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:207: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:209: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:209: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:211: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:211: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:213: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:213: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:215: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:215: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:221: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:221: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:223: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:223: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:225: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:225: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:227: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:227: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:229: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:229: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:231: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:231: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:233: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:233: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:235: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:235: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:237: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:237: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:239: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:239: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:241: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:241: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:243: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:243: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:245: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:245: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:247: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:247: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:249: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:249: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:251: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:251: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:253: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:253: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:255: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:255: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:257: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:257: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:259: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:259: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:261: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:261: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:264: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:264: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:266: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:266: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:268: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:268: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:270: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:270: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:272: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:272: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:274: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:274: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:277: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:277: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:279: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:279: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:290: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:290: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:291: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:291: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:292: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:292: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:293: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:293: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:294: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:294: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:295: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:295: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:296: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:296: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:297: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:297: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:298: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:298: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:299: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:299: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:300: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:300: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:301: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:301: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:302: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:302: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:303: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:303: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:304: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:304: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:305: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:305: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:306: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:306: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:307: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:307: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:308: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:308: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:309: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:309: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:310: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:310: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:311: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:311: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:312: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:312: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:313: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:313: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:314: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:314: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:315: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:315: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:316: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:316: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:317: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:317: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:318: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:318: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:319: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:319: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:320: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:320: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:321: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:321: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:322: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:322: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:323: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:323: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:324: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:324: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:325: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:325: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:326: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:326: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:327: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:327: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:328: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:328: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:329: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:329: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:330: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:330: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:331: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:331: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:332: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:332: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:333: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:333: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:334: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:334: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:335: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:335: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:336: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:336: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:337: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:337: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:338: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:338: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:339: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:339: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:340: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:340: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:341: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:341: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:342: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:342: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:343: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:343: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:344: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:344: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:345: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:345: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:346: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:346: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:347: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:347: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:348: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:348: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:349: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:349: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:350: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:350: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:351: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:351: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:362: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:362: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:363: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:379: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:381: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:383: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:415: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:415: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:419: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:431: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:433: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:435: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:445: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:458: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:515: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:518: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:520: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:522: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:522: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:524: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:526: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:526: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:539: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:541: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:551: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:553: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:581: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mbyte.c:583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:603: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:605: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:608: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:610: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:611: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:613: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:628: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:630: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:631: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mbyte.c:636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:651: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:653: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:657: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:659: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:756: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:760: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:763: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:763: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/mbyte.c:766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:785: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:787: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:789: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:819: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:842: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:867: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:880: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:889: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:891: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:895: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:908: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:916: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:918: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:920: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:943: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:945: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:948: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:950: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:955: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/mbyte.c:956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:958: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/mbyte.c:958: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:982: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:985: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:996: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1017: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1021: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1024: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1035: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1054: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1089: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1094: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1115: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1130: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1135: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1138: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1142: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1146: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1150: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1182: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1238: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1240: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:1245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1255: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1257: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1285: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1288: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1293: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1354: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:1355: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1373: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1376: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1376: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:1377: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1407: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1409: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1411: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:1413: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1413: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:1414: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1429: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1431: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1438: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1447: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1467: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1469: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1476: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1487: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1495: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1498: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1514: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1516: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1518: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1520: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1522: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1600: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1600: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1601: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1601: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1602: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1602: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1624: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1624: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1625: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1625: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1626: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1626: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1627: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1627: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1628: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1628: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1629: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1629: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1630: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1630: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1631: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1631: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1632: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1632: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1633: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1633: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1634: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1634: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1635: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1635: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1636: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1636: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1637: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1637: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1638: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1638: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1639: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1639: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1640: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1640: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1641: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1641: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1642: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1642: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1643: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1643: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1644: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1644: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1645: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1645: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1646: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1646: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1647: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1647: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1648: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1648: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1649: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1649: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1650: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1650: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1651: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1651: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1652: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1652: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1653: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1653: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1654: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1654: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1655: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1655: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1656: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1656: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1657: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1657: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1658: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1658: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1659: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1659: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1660: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1660: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1661: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1661: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1662: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1662: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1663: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1663: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1664: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1664: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1665: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1665: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1666: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1666: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1667: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1667: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1668: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1668: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1669: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1669: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1670: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1670: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1671: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1671: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1672: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1672: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1673: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1673: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1674: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1674: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1675: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1675: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1676: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1676: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1677: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1677: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1678: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1678: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1679: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1679: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1680: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1680: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1681: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1681: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1682: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1682: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1683: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1683: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1684: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1684: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1685: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1685: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1686: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1686: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1687: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1687: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1688: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1688: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1689: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1689: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1690: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1690: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1698: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1700: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1708: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1710: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:1712: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:1716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1741: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1743: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:1746: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1751: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:1755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1771: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1776: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1781: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1801: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1806: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1811: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1832: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1835: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1839: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1847: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1869: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1878: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1880: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1883: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1906: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1914: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1919: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1922: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1962: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:1964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1972: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:1971: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/mbyte.c:1972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1973: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mbyte.c:1975: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2021: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2034: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mbyte.c:2036: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/mbyte.c:2036: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:2049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2049: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2055: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2058: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2061: while should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2062: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mbyte.c:2063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2066: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2069: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2073: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2079: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mbyte.c:2080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2081: while should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2082: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mbyte.c:2083: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2115: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2119: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2119: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2120: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/mbyte.c:2122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2123: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2123: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2124: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2126: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2146: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2151: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2151: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2152: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/mbyte.c:2153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2154: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2154: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2155: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2157: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2164: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2196: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2206: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2207: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2209: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2209: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:2222: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2224: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mbyte.c:2228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2256: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2257: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mbyte.c:2259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2261: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2275: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/mbyte.c:2273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2277: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2291: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2294: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2308: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2331: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2338: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2339: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2340: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2343: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:2344: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2346: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2358: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2372: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2383: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2385: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2386: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2387: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2388: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2385: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2386: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2387: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2388: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2387: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2399: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2401: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2426: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2427: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2429: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2438: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2454: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2459: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2477: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2477: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2478: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2499: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2503: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2531: Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/nvim/mbyte.c:2536: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:2539: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2540: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2542: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2544: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2570: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2575: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2596: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:2603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2631: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2658: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/mbyte.c:2659: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2660: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2660: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2665: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2667: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2669: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2669: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:2671: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2686: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2714: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2724: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2727: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2730: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2731: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mbyte.c:2732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2731: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mbyte.c:2733: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2734: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2738: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2739: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2742: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2743: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2755: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2758: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2760: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2768: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2780: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2797: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2799: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2839: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2847: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2853: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2855: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2857: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2859: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2878: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2878: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:2879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2889: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2921: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2923: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2925: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2932: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2934: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2936: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2936: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:2942: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2949: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2964: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2972: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2974: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2976: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2992: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:3000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:3001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:3009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:3011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:3012: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:3014: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:3019: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:3027: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:3032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:3044: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:3046: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:3054: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:3056: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:144: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memfile.c:150: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:223: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memfile.c:329: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:335: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:375: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:383: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:433: for should always use braces [readability/braces] [5]
src/nvim/memfile.c:438: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:441: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:446: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:451: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:457: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:519: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:521: An else should always have braces before it [readability/braces] [5]
src/nvim/memfile.c:524: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:526: An else should always have braces before it [readability/braces] [5]
src/nvim/memfile.c:550: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:579: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:583: for should always use braces [readability/braces] [5]
src/nvim/memfile.c:584: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:586: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:591: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:684: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:722: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:725: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:726: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:750: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:752: An else should always have braces before it [readability/braces] [5]
src/nvim/memfile.c:761: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:767: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:769: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:771: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:783: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:832: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:973: while should always use braces [readability/braces] [5]
src/nvim/memfile.c:984: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:1000: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:1003: An else should always have braces before it [readability/braces] [5]
src/nvim/memfile.c:1006: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:1023: while should always use braces [readability/braces] [5]
src/nvim/memfile.c:1053: for should always use braces [readability/braces] [5]
src/nvim/memfile.c:1054: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:1058: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/memline.c:5: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:74: Found C system header after other header. Should be: c system, c++ system, other. [build/include_order] [4]
src/nvim/memline.c:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:79: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:85: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:104: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/memline.c:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:104: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:121: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/memline.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:139: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:180: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/memline.c:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:280: if should always use braces [readability/braces] [5]
src/nvim/memline.c:289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:303: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/memline.c:319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:327: if should always use braces [readability/braces] [5]
src/nvim/memline.c:330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:333: if should always use braces [readability/braces] [5]
src/nvim/memline.c:344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:350: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:366: if should always use braces [readability/braces] [5]
src/nvim/memline.c:368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:380: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:403: if should always use braces [readability/braces] [5]
src/nvim/memline.c:407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:408: if should always use braces [readability/braces] [5]
src/nvim/memline.c:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:410: if should always use braces [readability/braces] [5]
src/nvim/memline.c:413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:416: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:427: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:446: if should always use braces [readability/braces] [5]
src/nvim/memline.c:451: if should always use braces [readability/braces] [5]
src/nvim/memline.c:455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:489: if should always use braces [readability/braces] [5]
src/nvim/memline.c:490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:501: if should always use braces [readability/braces] [5]
src/nvim/memline.c:508: if should always use braces [readability/braces] [5]
src/nvim/memline.c:509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:510: if should always use braces [readability/braces] [5]
src/nvim/memline.c:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:529: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:530: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:532: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/memline.c:533: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:534: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:545: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/memline.c:546: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:550: if should always use braces [readability/braces] [5]
src/nvim/memline.c:554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:560: if should always use braces [readability/braces] [5]
src/nvim/memline.c:562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:563: if should always use braces [readability/braces] [5]
src/nvim/memline.c:570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:598: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:639: if should always use braces [readability/braces] [5]
src/nvim/memline.c:642: if should always use braces [readability/braces] [5]
src/nvim/memline.c:644: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:644: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:645: if should always use braces [readability/braces] [5]
src/nvim/memline.c:647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:647: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:660: if should always use braces [readability/braces] [5]
src/nvim/memline.c:662: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:662: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:673: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:673: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:714: if should always use braces [readability/braces] [5]
src/nvim/memline.c:716: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:729: if should always use braces [readability/braces] [5]
src/nvim/memline.c:731: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:731: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:733: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:772: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:777: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:786: if should always use braces [readability/braces] [5]
src/nvim/memline.c:794: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:797: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:800: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:805: if should always use braces [readability/braces] [5]
src/nvim/memline.c:807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:807: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:807: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:809: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:812: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:813: if should always use braces [readability/braces] [5]
src/nvim/memline.c:816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:817: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:819: if should always use braces [readability/braces] [5]
src/nvim/memline.c:822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:823: if should always use braces [readability/braces] [5]
src/nvim/memline.c:826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:845: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/memline.c:845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:846: Extra space for operator ! [whitespace/operators] [4]
src/nvim/memline.c:850: if should always use braces [readability/braces] [5]
src/nvim/memline.c:856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:872: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/memline.c:873: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:872: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:882: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:895: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:917: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/memline.c:918: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:922: if should always use braces [readability/braces] [5]
src/nvim/memline.c:923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:924: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:941: if should always use braces [readability/braces] [5]
src/nvim/memline.c:941: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:945: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:948: if should always use braces [readability/braces] [5]
src/nvim/memline.c:950: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:951: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:965: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:965: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:976: for should always use braces [readability/braces] [5]
src/nvim/memline.c:976: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:977: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/memline.c:981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:988: while should always use braces [readability/braces] [5]
src/nvim/memline.c:989: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:995: if should always use braces [readability/braces] [5]
src/nvim/memline.c:997: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1000: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1006: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1018: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1019: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1020: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1021: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1023: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1025: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1036: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1038: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1038: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1044: for should always use braces [readability/braces] [5]
src/nvim/memline.c:1044: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1047: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1049: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1049: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1055: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1055: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1056: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1066: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1067: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1068: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1069: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1070: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1074: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1076: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1076: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1078: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1101: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1104: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1106: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1106: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1112: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1119: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1120: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1119: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:1120: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1121: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1122: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1135: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1137: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1136: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:1137: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1138: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1139: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1142: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1147: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1148: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1150: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1152: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1154: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1154: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1159: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1183: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1186: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1193: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1203: while should always use braces [readability/braces] [5]
src/nvim/memline.c:1205: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1208: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1209: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1211: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1212: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1215: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/memline.c:1215: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:1216: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1223: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/memline.c:1225: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1234: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1236: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1240: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/memline.c:1244: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1245: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1246: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1246: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1247: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1248: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1263: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/memline.c:1264: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:1265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1267: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:1268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1289: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1291: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1324: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1325: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1328: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1331: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1332: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1337: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/memline.c:1337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1337: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/memline.c:1337: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/memline.c:1338: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:1341: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1343: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1348: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1350: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1351: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1360: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1377: for should always use braces [readability/braces] [5]
src/nvim/memline.c:1377: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1378: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1383: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1385: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1386: for should always use braces [readability/braces] [5]
src/nvim/memline.c:1386: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1399: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1401: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1410: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1418: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1421: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1424: for should always use braces [readability/braces] [5]
src/nvim/memline.c:1424: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1426: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1449: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1483: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1487: Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/memline.c:1488: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1490: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1508: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1510: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1522: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1524: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1535: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1544: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1547: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1562: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1563: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1565: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1569: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1573: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1576: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1577: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1578: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1580: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1581: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1596: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1612: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1613: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1614: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1619: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1620: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1645: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1652: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1686: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1694: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1696: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1716: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1724: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1734: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:1737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1749: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1751: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1757: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1760: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1781: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1783: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1796: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1823: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/memline.c:1824: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:1825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1827: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:1828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1832: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1832: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1835: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1837: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1844: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/memline.c:1845: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:1847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1849: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:1850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1853: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1856: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1858: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1861: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/memline.c:1862: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:1864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1886: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1889: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1892: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1904: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1905: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1910: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1912: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1933: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1934: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1935: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1946: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1954: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1965: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1967: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1970: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1971: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1972: for should always use braces [readability/braces] [5]
src/nvim/memline.c:1972: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1975: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1982: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1989: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2028: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:2029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2032: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2033: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2035: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2035: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:2040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2040: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:2043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2043: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2076: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2080: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2081: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2092: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2093: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2101: for should always use braces [readability/braces] [5]
src/nvim/memline.c:2102: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2115: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2118: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2119: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2127: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2129: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2141: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2143: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2160: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2163: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2177: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2179: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2180: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2181: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2189: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2191: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2198: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2204: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2220: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2224: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2244: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2253: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2254: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2260: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2272: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2281: for should always use braces [readability/braces] [5]
src/nvim/memline.c:2281: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2284: for should always use braces [readability/braces] [5]
src/nvim/memline.c:2284: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2323: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2327: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2327: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2333: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2335: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2373: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2376: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2383: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2387: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:2393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2399: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2402: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2411: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2414: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2416: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2433: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2437: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2446: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2448: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2448: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:2449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2449: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2451: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2461: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2473: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2479: for should always use braces [readability/braces] [5]
src/nvim/memline.c:2479: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2484: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2504: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2508: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2516: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2534: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2547: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2552: for should always use braces [readability/braces] [5]
src/nvim/memline.c:2553: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2575: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2587: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2592: for should always use braces [readability/braces] [5]
src/nvim/memline.c:2593: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2621: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2623: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2628: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2630: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:2636: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2638: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2638: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:2643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2643: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2645: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2659: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2660: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2663: for should always use braces [readability/braces] [5]
src/nvim/memline.c:2663: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2687: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2686: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2688: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2693: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2775: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2776: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2778: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2779: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2785: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2792: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2796: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2805: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2811: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:2815: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2816: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:2817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2817: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:2818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2824: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2830: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2831: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2832: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2833: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2858: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2859: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2877: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:2884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2885: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2887: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2889: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2895: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:2898: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:2906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2911: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2913: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2959: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2961: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2989: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3008: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3026: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3028: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3028: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:3032: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3043: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3051: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:3060: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/memline.c:3060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3060: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/memline.c:3060: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/memline.c:3060: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/memline.c:3062: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:3063: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3072: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3078: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3079: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3100: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:3102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3112: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3114: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3115: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3116: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3117: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3117: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:3120: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3122: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3126: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3136: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/memline.c:3137: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:3138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3145: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:3158: Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/memline.c:3159: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3161: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3163: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3169: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/memline.c:3169: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/memline.c:3179: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:3183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3201: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:3202: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3203: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:3251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3266: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3285: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3302: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3325: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3326: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3336: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3337: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3346: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3351: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3358: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3368: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3380: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3383: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3384: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3388: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3389: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3392: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3394: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3393: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:3394: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3397: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3410: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3425: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3430: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3432: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:3435: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3437: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3439: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/memline.c:3444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3457: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:3460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3460: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:3484: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/memline.c:3488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3537: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:3538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3566: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3573: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3574: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3575: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3582: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3583: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3584: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3628: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3669: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3698: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3699: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3711: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3722: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3733: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3749: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3751: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3794: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3796: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3817: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3832: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3833: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3834: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3869: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3874: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3876: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3878: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3895: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3901: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3908: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3910: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3914: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3916: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3923: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3935: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3937: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3939: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3943: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3952: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3976: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3977: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:3979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3987: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3992: if should always use braces [readability/braces] [5]
src/nvim/memory.c:1: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/memory.c:36: if should always use braces [readability/braces] [5]
src/nvim/memory.c:169: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/memory.c:293: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memory.c:317: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memory.c:425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:488: if should always use braces [readability/braces] [5]
src/nvim/memory.c:495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:497: if should always use braces [readability/braces] [5]
src/nvim/memory.c:499: if should always use braces [readability/braces] [5]
src/nvim/memory.c:502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:571: if should always use braces [readability/braces] [5]
src/nvim/memory.c:572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:573: An else should always have braces before it [readability/braces] [5]
src/nvim/memory.c:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:594: for should always use braces [readability/braces] [5]
src/nvim/memory.c:595: if should always use braces [readability/braces] [5]
src/nvim/memory.c:600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:38: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:39: Missing space after { [whitespace/braces] [5]
src/nvim/menu.c:39: Missing space before } [whitespace/braces] [5]
src/nvim/menu.c:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:50: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/menu.c:51: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/menu.c:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:67: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/menu.c:67: Multi-line string ("...") found. This lint script doesn't do well with such strings, and may give bogus warnings. Use C++11 raw strings or concatenation instead. [readability/multiline_string] [5]
src/nvim/menu.c:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:67: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:98: if should always use braces [readability/braces] [5]
src/nvim/menu.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:111: for should always use braces [readability/braces] [5]
src/nvim/menu.c:111: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:112: if should always use braces [readability/braces] [5]
src/nvim/menu.c:115: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:117: if should always use braces [readability/braces] [5]
src/nvim/menu.c:119: if should always use braces [readability/braces] [5]
src/nvim/menu.c:120: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/menu.c:126: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:128: while should always use braces [readability/braces] [5]
src/nvim/menu.c:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:136: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:139: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:177: if should always use braces [readability/braces] [5]
src/nvim/menu.c:181: for should always use braces [readability/braces] [5]
src/nvim/menu.c:181: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:193: if should always use braces [readability/braces] [5]
src/nvim/menu.c:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:200: for should always use braces [readability/braces] [5]
src/nvim/menu.c:200: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:203: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:209: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:218: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:220: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:221: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:226: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:226: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/menu.c:228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:232: for should always use braces [readability/braces] [5]
src/nvim/menu.c:232: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:248: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/menu.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:254: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/menu.c:255: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/menu.c:258: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/menu.c:257: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/menu.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:295: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:310: if should always use braces [readability/braces] [5]
src/nvim/menu.c:316: if should always use braces [readability/braces] [5]
src/nvim/menu.c:324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:391: if should always use braces [readability/braces] [5]
src/nvim/menu.c:392: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/menu.c:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:402: if should always use braces [readability/braces] [5]
src/nvim/menu.c:408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:409: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:435: Extra space before ) [whitespace/parens] [2]
src/nvim/menu.c:437: if should always use braces [readability/braces] [5]
src/nvim/menu.c:439: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:439: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:451: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:467: if should always use braces [readability/braces] [5]
src/nvim/menu.c:469: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:471: for should always use braces [readability/braces] [5]
src/nvim/menu.c:472: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/menu.c:473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:473: if should always use braces [readability/braces] [5]
src/nvim/menu.c:481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:485: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/menu.c:489: if should always use braces [readability/braces] [5]
src/nvim/menu.c:490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:503: if should always use braces [readability/braces] [5]
src/nvim/menu.c:506: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:508: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:516: if should always use braces [readability/braces] [5]
src/nvim/menu.c:530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:534: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/menu.c:535: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/menu.c:539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:546: if should always use braces [readability/braces] [5]
src/nvim/menu.c:547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:556: if should always use braces [readability/braces] [5]
src/nvim/menu.c:561: if should always use braces [readability/braces] [5]
src/nvim/menu.c:564: if should always use braces [readability/braces] [5]
src/nvim/menu.c:569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:574: if should always use braces [readability/braces] [5]
src/nvim/menu.c:577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:580: if should always use braces [readability/braces] [5]
src/nvim/menu.c:582: if should always use braces [readability/braces] [5]
src/nvim/menu.c:584: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:586: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:591: if should always use braces [readability/braces] [5]
src/nvim/menu.c:597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:600: for should always use braces [readability/braces] [5]
src/nvim/menu.c:606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:634: for should always use braces [readability/braces] [5]
src/nvim/menu.c:637: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/menu.c:640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:648: for should always use braces [readability/braces] [5]
src/nvim/menu.c:649: if should always use braces [readability/braces] [5]
src/nvim/menu.c:651: if should always use braces [readability/braces] [5]
src/nvim/menu.c:656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:715: if should always use braces [readability/braces] [5]
src/nvim/menu.c:720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:720: if should always use braces [readability/braces] [5]
src/nvim/menu.c:722: for should always use braces [readability/braces] [5]
src/nvim/menu.c:728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:733: for should always use braces [readability/braces] [5]
src/nvim/menu.c:736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:736: if should always use braces [readability/braces] [5]
src/nvim/menu.c:738: for should always use braces [readability/braces] [5]
src/nvim/menu.c:741: if should always use braces [readability/braces] [5]
src/nvim/menu.c:743: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:745: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:747: if should always use braces [readability/braces] [5]
src/nvim/menu.c:749: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:751: if should always use braces [readability/braces] [5]
src/nvim/menu.c:753: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:756: if should always use braces [readability/braces] [5]
src/nvim/menu.c:758: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:759: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:765: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:769: for should always use braces [readability/braces] [5]
src/nvim/menu.c:770: if should always use braces [readability/braces] [5]
src/nvim/menu.c:776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:786: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/menu.c:799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:800: for should always use braces [readability/braces] [5]
src/nvim/menu.c:800: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:801: if should always use braces [readability/braces] [5]
src/nvim/menu.c:805: if should always use braces [readability/braces] [5]
src/nvim/menu.c:808: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:811: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:815: while should always use braces [readability/braces] [5]
src/nvim/menu.c:816: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/menu.c:820: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:821: if should always use braces [readability/braces] [5]
src/nvim/menu.c:823: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:830: if should always use braces [readability/braces] [5]
src/nvim/menu.c:831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:839: if should always use braces [readability/braces] [5]
src/nvim/menu.c:853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:880: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:893: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:897: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:901: while should always use braces [readability/braces] [5]
src/nvim/menu.c:906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:906: if should always use braces [readability/braces] [5]
src/nvim/menu.c:909: if should always use braces [readability/braces] [5]
src/nvim/menu.c:910: if should always use braces [readability/braces] [5]
src/nvim/menu.c:912: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:912: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:914: if should always use braces [readability/braces] [5]
src/nvim/menu.c:915: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:917: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/menu.c:920: if should always use braces [readability/braces] [5]
src/nvim/menu.c:921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:939: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:943: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:947: while should always use braces [readability/braces] [5]
src/nvim/menu.c:949: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:950: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:951: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:948: Extra space after ( [whitespace/parens] [2]
src/nvim/menu.c:949: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:950: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:951: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:951: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/menu.c:954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:954: if should always use braces [readability/braces] [5]
src/nvim/menu.c:959: if should always use braces [readability/braces] [5]
src/nvim/menu.c:961: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:961: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:963: if should always use braces [readability/braces] [5]
src/nvim/menu.c:964: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:971: if should always use braces [readability/braces] [5]
src/nvim/menu.c:973: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:973: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:975: if should always use braces [readability/braces] [5]
src/nvim/menu.c:976: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:979: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:982: if should always use braces [readability/braces] [5]
src/nvim/menu.c:983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1003: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1007: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1018: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1021: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:1029: for should always use braces [readability/braces] [5]
src/nvim/menu.c:1029: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:1030: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1044: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/menu.c:1045: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/menu.c:1047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1088: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/menu.c:1089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1089: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1091: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:1096: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1098: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1141: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1145: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:1148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1152: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1154: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1241: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1294: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:1295: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:1302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1304: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1305: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/menu.c:1312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1314: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1316: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:1317: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:1319: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:1319: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:1320: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:1324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1337: Missing space before asterisk in menutrans_T* [whitespace/operators] [2]
src/nvim/menu.c:1342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1352: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1370: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1372: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:1372: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:1381: Missing space before asterisk in menutrans_T* [whitespace/operators] [2]
src/nvim/menu.c:1389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1395: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1396: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/menu.c:1397: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/menu.c:1402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1440: for should always use braces [readability/braces] [5]
src/nvim/menu.c:1441: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1454: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1456: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:1462: if should always use braces [readability/braces] [5]
src/nvim/message.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:49: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:50: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:57: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:69: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:114: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:125: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:133: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:137: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:157: if should always use braces [readability/braces] [5]
src/nvim/message.c:158: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:159: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:163: if should always use braces [readability/braces] [5]
src/nvim/message.c:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:172: if should always use braces [readability/braces] [5]
src/nvim/message.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:177: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:178: if should always use braces [readability/braces] [5]
src/nvim/message.c:185: if should always use braces [readability/braces] [5]
src/nvim/message.c:190: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:199: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:212: if should always use braces [readability/braces] [5]
src/nvim/message.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:215: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:219: if should always use braces [readability/braces] [5]
src/nvim/message.c:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:223: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:226: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:252: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:259: if should always use braces [readability/braces] [5]
src/nvim/message.c:263: if should always use braces [readability/braces] [5]
src/nvim/message.c:265: if should always use braces [readability/braces] [5]
src/nvim/message.c:271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:288: while should always use braces [readability/braces] [5]
src/nvim/message.c:288: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/message.c:290: if should always use braces [readability/braces] [5]
src/nvim/message.c:296: for should always use braces [readability/braces] [5]
src/nvim/message.c:296: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:304: if should always use braces [readability/braces] [5]
src/nvim/message.c:309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:362: if should always use braces [readability/braces] [5]
src/nvim/message.c:364: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:366: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:381: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/message.c:387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:403: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/message.c:409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:418: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:434: if should always use braces [readability/braces] [5]
src/nvim/message.c:436: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:439: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:450: if should always use braces [readability/braces] [5]
src/nvim/message.c:454: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:455: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:470: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:474: if should always use braces [readability/braces] [5]
src/nvim/message.c:475: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:477: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:485: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:495: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:496: if should always use braces [readability/braces] [5]
src/nvim/message.c:497: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:498: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:523: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:528: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:530: if should always use braces [readability/braces] [5]
src/nvim/message.c:531: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:533: if should always use braces [readability/braces] [5]
src/nvim/message.c:534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:535: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:536: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:537: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:540: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:541: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:543: if should always use braces [readability/braces] [5]
src/nvim/message.c:544: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/message.c:544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:544: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:546: Use operator && instead of and [readability/alt_tokens] [2]
src/nvim/message.c:549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:557: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:596: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:598: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:600: if should always use braces [readability/braces] [5]
src/nvim/message.c:605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:622: if should always use braces [readability/braces] [5]
src/nvim/message.c:629: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:638: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:644: if should always use braces [readability/braces] [5]
src/nvim/message.c:647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:648: while should always use braces [readability/braces] [5]
src/nvim/message.c:651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:653: if should always use braces [readability/braces] [5]
src/nvim/message.c:655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:657: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:658: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:660: while should always use braces [readability/braces] [5]
src/nvim/message.c:661: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:665: if should always use braces [readability/braces] [5]
src/nvim/message.c:668: if should always use braces [readability/braces] [5]
src/nvim/message.c:670: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:681: if should always use braces [readability/braces] [5]
src/nvim/message.c:685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:691: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:703: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:706: if should always use braces [readability/braces] [5]
src/nvim/message.c:708: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:709: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:711: for should always use braces [readability/braces] [5]
src/nvim/message.c:712: if should always use braces [readability/braces] [5]
src/nvim/message.c:715: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:724: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:725: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:747: if should always use braces [readability/braces] [5]
src/nvim/message.c:747: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:752: if should always use braces [readability/braces] [5]
src/nvim/message.c:755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:761: if should always use braces [readability/braces] [5]
src/nvim/message.c:763: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:765: if should always use braces [readability/braces] [5]
src/nvim/message.c:770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:770: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:774: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:775: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:779: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:790: if should always use braces [readability/braces] [5]
src/nvim/message.c:791: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:802: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:803: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:810: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:813: if should always use braces [readability/braces] [5]
src/nvim/message.c:814: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:815: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:816: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:830: if should always use braces [readability/braces] [5]
src/nvim/message.c:831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:833: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:833: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:834: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:842: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:843: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:848: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:867: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/message.c:869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:872: if should always use braces [readability/braces] [5]
src/nvim/message.c:875: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:879: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/message.c:879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:879: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:883: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:890: if should always use braces [readability/braces] [5]
src/nvim/message.c:892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:892: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:893: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:905: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:906: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:907: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:919: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:931: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:932: if should always use braces [readability/braces] [5]
src/nvim/message.c:934: if should always use braces [readability/braces] [5]
src/nvim/message.c:938: if should always use braces [readability/braces] [5]
src/nvim/message.c:943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:949: if should always use braces [readability/braces] [5]
src/nvim/message.c:951: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:953: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:962: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:972: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:983: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:984: if should always use braces [readability/braces] [5]
src/nvim/message.c:987: if should always use braces [readability/braces] [5]
src/nvim/message.c:990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:990: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:994: if should always use braces [readability/braces] [5]
src/nvim/message.c:998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1004: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1031: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/message.c:1054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1108: if should always use braces [readability/braces] [5]
src/nvim/message.c:1111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1116: if should always use braces [readability/braces] [5]
src/nvim/message.c:1117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1119: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1121: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1125: if should always use braces [readability/braces] [5]
src/nvim/message.c:1126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1128: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1128: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:1129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1131: if should always use braces [readability/braces] [5]
src/nvim/message.c:1133: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:1143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1145: if should always use braces [readability/braces] [5]
src/nvim/message.c:1147: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:1151: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:1152: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1153: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1157: if should always use braces [readability/braces] [5]
src/nvim/message.c:1158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1170: for should always use braces [readability/braces] [5]
src/nvim/message.c:1170: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:1171: if should always use braces [readability/braces] [5]
src/nvim/message.c:1175: for should always use braces [readability/braces] [5]
src/nvim/message.c:1175: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:1180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1195: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:1197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1211: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1212: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:1215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1217: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:1218: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:1224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1229: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:1231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1238: while should always use braces [readability/braces] [5]
src/nvim/message.c:1244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1250: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:1252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1259: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1267: if should always use braces [readability/braces] [5]
src/nvim/message.c:1281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1281: if should always use braces [readability/braces] [5]
src/nvim/message.c:1284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1284: if should always use braces [readability/braces] [5]
src/nvim/message.c:1285: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1301: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:1304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1306: if should always use braces [readability/braces] [5]
src/nvim/message.c:1313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1322: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1323: if should always use braces [readability/braces] [5]
src/nvim/message.c:1328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1344: if should always use braces [readability/braces] [5]
src/nvim/message.c:1345: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1350: while should always use braces [readability/braces] [5]
src/nvim/message.c:1351: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1356: if should always use braces [readability/braces] [5]
src/nvim/message.c:1361: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1362: if should always use braces [readability/braces] [5]
src/nvim/message.c:1364: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1402: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1420: if should always use braces [readability/braces] [5]
src/nvim/message.c:1429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1437: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1440: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1441: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1452: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1458: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1525: if should always use braces [readability/braces] [5]
src/nvim/message.c:1528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1540: if should always use braces [readability/braces] [5]
src/nvim/message.c:1541: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1542: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1551: if should always use braces [readability/braces] [5]
src/nvim/message.c:1553: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1554: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1573: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1581: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1582: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1583: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1584: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1585: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1588: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/message.c:1589: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1590: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1597: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:1583: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1584: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1585: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1588: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/message.c:1597: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:1592: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/message.c:1597: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/message.c:1598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1603: if should always use braces [readability/braces] [5]
src/nvim/message.c:1604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1608: if should always use braces [readability/braces] [5]
src/nvim/message.c:1611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1615: if should always use braces [readability/braces] [5]
src/nvim/message.c:1618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1623: if should always use braces [readability/braces] [5]
src/nvim/message.c:1624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1626: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1629: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:1631: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1632: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:1633: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1635: if should always use braces [readability/braces] [5]
src/nvim/message.c:1636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1637: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1640: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1641: if should always use braces [readability/braces] [5]
src/nvim/message.c:1643: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1644: if should always use braces [readability/braces] [5]
src/nvim/message.c:1645: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1651: if should always use braces [readability/braces] [5]
src/nvim/message.c:1652: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1655: if should always use braces [readability/braces] [5]
src/nvim/message.c:1657: if should always use braces [readability/braces] [5]
src/nvim/message.c:1661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1663: if should always use braces [readability/braces] [5]
src/nvim/message.c:1671: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/message.c:1672: if should always use braces [readability/braces] [5]
src/nvim/message.c:1674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1677: if should always use braces [readability/braces] [5]
src/nvim/message.c:1678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1679: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1682: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1683: if should always use braces [readability/braces] [5]
src/nvim/message.c:1685: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1687: if should always use braces [readability/braces] [5]
src/nvim/message.c:1689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1692: if should always use braces [readability/braces] [5]
src/nvim/message.c:1693: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1703: if should always use braces [readability/braces] [5]
src/nvim/message.c:1704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1706: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1716: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1717: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1718: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1719: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/message.c:1720: if should always use braces [readability/braces] [5]
src/nvim/message.c:1722: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1726: if should always use braces [readability/braces] [5]
src/nvim/message.c:1732: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1736: if should always use braces [readability/braces] [5]
src/nvim/message.c:1738: if should always use braces [readability/braces] [5]
src/nvim/message.c:1739: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1782: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1788: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:1789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1800: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1820: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:1821: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1832: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1864: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1875: while should always use braces [readability/braces] [5]
src/nvim/message.c:1880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1885: if should always use braces [readability/braces] [5]
src/nvim/message.c:1886: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1902: if should always use braces [readability/braces] [5]
src/nvim/message.c:1903: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1904: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1905: if should always use braces [readability/braces] [5]
src/nvim/message.c:1912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1918: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1924: if should always use braces [readability/braces] [5]
src/nvim/message.c:1925: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1928: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1953: if should always use braces [readability/braces] [5]
src/nvim/message.c:1957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1957: if should always use braces [readability/braces] [5]
src/nvim/message.c:1959: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1965: if should always use braces [readability/braces] [5]
src/nvim/message.c:1967: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1968: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1970: if should always use braces [readability/braces] [5]
src/nvim/message.c:1972: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1973: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1975: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1977: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1978: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/message.c:1981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1993: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2002: for should always use braces [readability/braces] [5]
src/nvim/message.c:2003: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:2009: if should always use braces [readability/braces] [5]
src/nvim/message.c:2010: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2018: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:2024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2073: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2074: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2082: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2084: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2085: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2093: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2100: if should always use braces [readability/braces] [5]
src/nvim/message.c:2102: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2104: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2108: for should always use braces [readability/braces] [5]
src/nvim/message.c:2109: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2114: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:2115: if should always use braces [readability/braces] [5]
src/nvim/message.c:2118: if should always use braces [readability/braces] [5]
src/nvim/message.c:2120: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2125: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2131: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:2133: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2145: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2147: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2154: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2155: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2173: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:2188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2208: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2217: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2226: if should always use braces [readability/braces] [5]
src/nvim/message.c:2232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2232: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2263: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2268: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2273: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2285: if should always use braces [readability/braces] [5]
src/nvim/message.c:2287: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2288: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2298: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2310: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2325: if should always use braces [readability/braces] [5]
src/nvim/message.c:2329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2369: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2370: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2373: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2383: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2384: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2398: if should always use braces [readability/braces] [5]
src/nvim/message.c:2401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2402: if should always use braces [readability/braces] [5]
src/nvim/message.c:2406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2409: if should always use braces [readability/braces] [5]
src/nvim/message.c:2410: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2411: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2413: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2415: if should always use braces [readability/braces] [5]
src/nvim/message.c:2417: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2421: if should always use braces [readability/braces] [5]
src/nvim/message.c:2422: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2423: if should always use braces [readability/braces] [5]
src/nvim/message.c:2426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2428: if should always use braces [readability/braces] [5]
src/nvim/message.c:2429: if should always use braces [readability/braces] [5]
src/nvim/message.c:2431: if should always use braces [readability/braces] [5]
src/nvim/message.c:2433: if should always use braces [readability/braces] [5]
src/nvim/message.c:2435: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2437: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2438: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2439: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2442: if should always use braces [readability/braces] [5]
src/nvim/message.c:2451: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/message.c:2454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2460: if should always use braces [readability/braces] [5]
src/nvim/message.c:2461: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2470: if should always use braces [readability/braces] [5]
src/nvim/message.c:2471: if should always use braces [readability/braces] [5]
src/nvim/message.c:2475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2480: if should always use braces [readability/braces] [5]
src/nvim/message.c:2481: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2482: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2484: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2493: if should always use braces [readability/braces] [5]
src/nvim/message.c:2495: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:2499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2508: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2519: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2537: if should always use braces [readability/braces] [5]
src/nvim/message.c:2540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2541: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2546: if should always use braces [readability/braces] [5]
src/nvim/message.c:2548: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2550: if should always use braces [readability/braces] [5]
src/nvim/message.c:2552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2552: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2553: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2556: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2568: if should always use braces [readability/braces] [5]
src/nvim/message.c:2570: if should always use braces [readability/braces] [5]
src/nvim/message.c:2571: while should always use braces [readability/braces] [5]
src/nvim/message.c:2573: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2574: while should always use braces [readability/braces] [5]
src/nvim/message.c:2578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2597: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:2604: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:2606: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:2603: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/message.c:2603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2605: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/message.c:2605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2605: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/message.c:2605: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2616: if should always use braces [readability/braces] [5]
src/nvim/message.c:2617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2628: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2656: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:2658: if should always use braces [readability/braces] [5]
src/nvim/message.c:2661: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:2663: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2665: if should always use braces [readability/braces] [5]
src/nvim/message.c:2667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2677: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2689: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:2692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2708: if should always use braces [readability/braces] [5]
src/nvim/message.c:2710: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2762: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2763: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2764: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2790: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/message.c:2793: Missing space after { [whitespace/braces] [5]
src/nvim/message.c:2793: Missing space before } [whitespace/braces] [5]
src/nvim/message.c:2809: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/message.c:2811: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/message.c:2821: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2842: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2855: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2864: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2868: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2872: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2890: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2891: if should always use braces [readability/braces] [5]
src/nvim/message.c:2893: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2898: if should always use braces [readability/braces] [5]
src/nvim/message.c:2899: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2900: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2901: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2901: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2909: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2910: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2911: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2911: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2918: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/message.c:2921: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2922: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2923: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2924: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2924: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2944: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2946: if should always use braces [readability/braces] [5]
src/nvim/message.c:2948: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2948: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:2949: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2951: if should always use braces [readability/braces] [5]
src/nvim/message.c:2957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2966: if should always use braces [readability/braces] [5]
src/nvim/message.c:2968: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2968: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:2969: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2983: if should always use braces [readability/braces] [5]
src/nvim/message.c:2985: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2985: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:2986: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2987: if should always use braces [readability/braces] [5]
src/nvim/message.c:2989: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2991: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:3032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:3039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:3047: if should always use braces [readability/braces] [5]
src/nvim/message.c:3049: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:3196: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/message.c:3253: if should always use braces [readability/braces] [5]
src/nvim/message.c:3294: Use int16_t/int64_t/etc, rather than the C type long long [runtime/int] [4]
src/nvim/message.c:3295: Use int16_t/int64_t/etc, rather than the C type long long [runtime/int] [4]
src/nvim/message.c:3410: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:3415: if should always use braces [readability/braces] [5]
src/nvim/message.c:3416: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/message.c:3417: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:3421: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/message.c:3423: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/message.c:3425: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/message.c:3467: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/message.c:3469: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/message.c:3471: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/message.c:3473: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/message.c:3480: if should always use braces [readability/braces] [5]
src/nvim/message.c:3483: if should always use braces [readability/braces] [5]
src/nvim/message.c:3509: if should always use braces [readability/braces] [5]
src/nvim/message.c:3516: if should always use braces [readability/braces] [5]
src/nvim/message.c:3538: if should always use braces [readability/braces] [5]
src/nvim/message.c:3540: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:3547: Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/nvim/message.c:3556: if should always use braces [readability/braces] [5]
src/nvim/message.c:3558: if should always use braces [readability/braces] [5]
src/nvim/message.c:3560: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/message.c:3564: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/message.c:3571: if should always use braces [readability/braces] [5]
src/nvim/message.c:3573: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:3573: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:3581: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3587: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3589: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3593: if should always use braces [readability/braces] [5]
src/nvim/message.c:3597: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3598: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3608: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3626: if should always use braces [readability/braces] [5]
src/nvim/message.c:3632: if should always use braces [readability/braces] [5]
src/nvim/message.c:3723: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:81: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:82: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:125: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:127: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:141: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:143: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:163: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:171: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:172: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:184: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:185: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:202: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:203: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:204: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:212: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/misc1.c:213: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/misc1.c:214: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:218: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:219: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:220: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:232: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:253: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:254: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:261: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:262: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:263: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:264: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:287: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:288: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:295: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/misc1.c:297: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:305: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/misc1.c:306: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/misc1.c:307: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:311: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:312: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:313: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:314: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:317: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:319: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:323: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:324: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:325: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:326: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:330: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:331: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:333: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:341: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:342: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:343: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:351: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:353: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:360: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:362: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:378: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:385: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:386: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:387: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:393: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:395: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:399: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:407: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:407: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:429: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:435: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:455: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:456: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:457: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:458: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:459: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/misc1.c:462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:464: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:468: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:473: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:484: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:486: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:486: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:510: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:512: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:514: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:515: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:519: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:520: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:521: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/misc1.c:522: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:528: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:538: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:540: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:544: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:555: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:558: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:561: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:571: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:577: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:582: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:591: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:591: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:604: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:617: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:620: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:626: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:634: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:636: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:637: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:642: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:643: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:662: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:663: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:664: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:668: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:679: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:679: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:679: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/misc1.c:691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:702: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:709: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:711: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:712: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:715: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:716: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:722: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:743: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:745: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:749: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:750: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:752: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:752: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:758: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:771: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:774: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:780: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:784: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:797: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:798: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:814: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:815: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:822: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:823: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:833: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:835: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:839: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:840: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:843: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:845: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:846: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:847: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:857: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:871: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:892: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:893: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:892: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:893: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:898: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:911: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:921: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:928: Small and focused functions are preferred: () has 562 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/misc1.c:930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:940: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/misc1.c:944: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:954: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:955: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:964: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:968: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:973: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:979: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:986: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:990: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:998: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1000: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:1001: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1003: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:1003: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:1004: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/misc1.c:1005: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1010: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1026: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1031: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1033: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1040: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1043: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1047: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1053: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:1054: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1056: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1060: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1061: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1094: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:1098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1104: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/misc1.c:1104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1118: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1120: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:1121: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1123: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:1123: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:1124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1124: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/misc1.c:1125: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1140: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1142: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1157: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1168: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:1169: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1176: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1179: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1180: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:1181: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1183: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1189: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1191: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1206: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1209: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:1210: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:1213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1223: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1226: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:1227: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:1230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1235: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1238: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1243: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1243: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1247: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1262: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:1263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1263: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1271: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1300: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1303: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1331: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1345: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1348: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1349: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1350: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:1351: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1352: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1494: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:1499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1507: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1509: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:1517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1535: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1543: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1547: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:1552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1564: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1582: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:1587: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1610: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1644: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1646: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1665: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1666: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:1668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1679: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:1680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1700: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1701: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1708: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:1709: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:1710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1717: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1721: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1725: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1728: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1729: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1732: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1749: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1751: Missing space before asterisk in int)* [whitespace/operators] [2]
src/nvim/misc1.c:1754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1759: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1760: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1761: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:1762: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1776: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/misc1.c:1780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1798: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1804: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1815: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1816: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1840: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1851: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1853: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:1856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1916: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:1917: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:1918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1921: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/misc1.c:1927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1938: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:1956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1957: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1962: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1965: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1982: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/misc1.c:1989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1994: Missing space after { [whitespace/braces] [5]
src/nvim/misc1.c:1994: Missing space before } [whitespace/braces] [5]
src/nvim/misc1.c:1996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1999: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2000: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2001: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:2001: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:2002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2006: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2007: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2008: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:2008: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:2009: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2010: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2025: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:2027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2030: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2039: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2042: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2055: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2072: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2075: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2082: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2086: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2088: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:2091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2100: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:2100: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:2104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2105: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2114: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2120: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2132: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2136: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2144: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:2145: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:2147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2153: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2156: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2157: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2159: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2170: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2186: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:2187: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:2189: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/misc1.c:2188: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/misc1.c:2188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2188: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/misc1.c:2198: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2199: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2200: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2201: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2208: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2220: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2221: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2240: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2243: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2244: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2250: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2252: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:2254: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2259: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2262: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2263: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2337: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2340: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:2341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2341: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2351: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2353: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2364: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2367: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2374: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2380: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2395: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:2396: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:2397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2405: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2406: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2410: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2413: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2414: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2421: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2425: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2429: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2434: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2436: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2437: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2439: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:2442: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2443: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2459: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2460: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/misc1.c:2461: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:2464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2471: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2476: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2477: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2478: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2479: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:2490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2490: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2497: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2500: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2502: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:2507: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2509: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:2512: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2514: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:2515: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:2517: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:2519: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2523: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2576: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2582: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2583: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:2587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2593: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2611: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2613: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2632: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/misc1.c:2659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2706: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2723: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2725: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2751: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:2751: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:2752: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2771: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2773: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:2778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:62: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:107: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:129: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:143: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:163: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/misc2.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:169: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:175: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:176: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc2.c:177: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:179: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc2.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:183: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:184: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc2.c:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:198: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:200: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:209: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc2.c:210: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc2.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:217: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:219: An else should always have braces before it [readability/braces] [5]
src/nvim/misc2.c:219: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc2.c:220: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:225: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:227: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:265: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc2.c:266: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc2.c:269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:296: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:306: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:308: An else should always have braces before it [readability/braces] [5]
src/nvim/misc2.c:308: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc2.c:312: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc2.c:317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:320: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc2.c:321: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc2.c:325: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:346: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:349: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc2.c:355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:379: if should always use braces [readability/braces] [5]
src/nvim/misc2.c:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc2.c:435: for should always use braces [readability/braces] [5]
src/nvim/misc2.c:435: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mouse.c:76: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:88: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:90: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:102: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:107: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:110: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:117: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:141: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:143: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:154: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:155: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:156: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:158: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/mouse.c:154: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:155: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:156: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:158: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/mouse.c:154: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:155: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:156: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:158: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/mouse.c:154: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:155: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:156: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:158: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/mouse.c:174: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:177: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:181: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:183: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:188: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:190: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:230: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:231: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mouse.c:232: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:234: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:239: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mouse.c:241: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mouse.c:254: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mouse.c:270: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mouse.c:272: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mouse.c:359: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:389: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mouse.c:395: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:427: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:431: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:437: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mouse.c:454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mouse.c:455: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:458: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:460: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:462: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:464: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:466: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mouse.c:468: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mouse.c:478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mouse.c:487: for should always use braces [readability/braces] [5]
src/nvim/mouse.c:487: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/move.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:66: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/move.c:84: if should always use braces [readability/braces] [5]
src/nvim/move.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:117: if should always use braces [readability/braces] [5]
src/nvim/move.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:132: if should always use braces [readability/braces] [5]
src/nvim/move.c:145: if should always use braces [readability/braces] [5]
src/nvim/move.c:148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:149: if should always use braces [readability/braces] [5]
src/nvim/move.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:159: if should always use braces [readability/braces] [5]
src/nvim/move.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:170: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/move.c:170: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:175: if should always use braces [readability/braces] [5]
src/nvim/move.c:177: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:181: if should always use braces [readability/braces] [5]
src/nvim/move.c:182: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:187: if should always use braces [readability/braces] [5]
src/nvim/move.c:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:196: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/move.c:197: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:199: if should always use braces [readability/braces] [5]
src/nvim/move.c:203: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:231: if should always use braces [readability/braces] [5]
src/nvim/move.c:239: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/move.c:242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:256: if should always use braces [readability/braces] [5]
src/nvim/move.c:260: if should always use braces [readability/braces] [5]
src/nvim/move.c:261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:275: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/move.c:276: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:278: if should always use braces [readability/braces] [5]
src/nvim/move.c:282: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:285: if should always use braces [readability/braces] [5]
src/nvim/move.c:287: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:304: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:307: if should always use braces [readability/braces] [5]
src/nvim/move.c:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:317: Missing space before asterisk in win_T* [whitespace/operators] [2]
src/nvim/move.c:325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:354: if should always use braces [readability/braces] [5]
src/nvim/move.c:360: if should always use braces [readability/braces] [5]
src/nvim/move.c:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:470: if should always use braces [readability/braces] [5]
src/nvim/move.c:474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:509: if should always use braces [readability/braces] [5]
src/nvim/move.c:513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:525: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/move.c:528: if should always use braces [readability/braces] [5]
src/nvim/move.c:529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:533: if should always use braces [readability/braces] [5]
src/nvim/move.c:535: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:536: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:539: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:547: if should always use braces [readability/braces] [5]
src/nvim/move.c:554: if should always use braces [readability/braces] [5]
src/nvim/move.c:556: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:573: if should always use braces [readability/braces] [5]
src/nvim/move.c:575: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:576: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:579: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:584: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:612: if should always use braces [readability/braces] [5]
src/nvim/move.c:619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:626: if should always use braces [readability/braces] [5]
src/nvim/move.c:629: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:649: if should always use braces [readability/braces] [5]
src/nvim/move.c:652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:654: if should always use braces [readability/braces] [5]
src/nvim/move.c:656: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:674: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/move.c:682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:689: if should always use braces [readability/braces] [5]
src/nvim/move.c:699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:727: if should always use braces [readability/braces] [5]
src/nvim/move.c:728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:730: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:735: if should always use braces [readability/braces] [5]
src/nvim/move.c:742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:767: if should always use braces [readability/braces] [5]
src/nvim/move.c:772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:775: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/move.c:778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:794: if should always use braces [readability/braces] [5]
src/nvim/move.c:796: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:796: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:801: if should always use braces [readability/braces] [5]
src/nvim/move.c:803: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:806: if should always use braces [readability/braces] [5]
src/nvim/move.c:810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:815: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:817: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:822: if should always use braces [readability/braces] [5]
src/nvim/move.c:824: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:834: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:835: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:834: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:835: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:834: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:835: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:849: if should always use braces [readability/braces] [5]
src/nvim/move.c:851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:853: if should always use braces [readability/braces] [5]
src/nvim/move.c:855: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:860: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/move.c:862: if should always use braces [readability/braces] [5]
src/nvim/move.c:866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:868: if should always use braces [readability/braces] [5]
src/nvim/move.c:870: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:873: if should always use braces [readability/braces] [5]
src/nvim/move.c:877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:882: if should always use braces [readability/braces] [5]
src/nvim/move.c:887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:889: while should always use braces [readability/braces] [5]
src/nvim/move.c:891: if should always use braces [readability/braces] [5]
src/nvim/move.c:897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:912: if should always use braces [readability/braces] [5]
src/nvim/move.c:915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:927: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/move.c:928: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/move.c:930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:941: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:942: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:944: if should always use braces [readability/braces] [5]
src/nvim/move.c:946: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:951: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:952: if should always use braces [readability/braces] [5]
src/nvim/move.c:956: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:959: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:965: if should always use braces [readability/braces] [5]
src/nvim/move.c:969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:986: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:987: if should always use braces [readability/braces] [5]
src/nvim/move.c:989: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:991: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1007: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/move.c:1008: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/move.c:1010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1014: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1015: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1016: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1017: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/move.c:1018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1021: if should always use braces [readability/braces] [5]
src/nvim/move.c:1022: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1023: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1023: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1024: if should always use braces [readability/braces] [5]
src/nvim/move.c:1026: if should always use braces [readability/braces] [5]
src/nvim/move.c:1028: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1040: if should always use braces [readability/braces] [5]
src/nvim/move.c:1042: if should always use braces [readability/braces] [5]
src/nvim/move.c:1047: if should always use braces [readability/braces] [5]
src/nvim/move.c:1048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1063: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/move.c:1064: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/move.c:1066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1073: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1077: if should always use braces [readability/braces] [5]
src/nvim/move.c:1084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1091: if should always use braces [readability/braces] [5]
src/nvim/move.c:1093: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1093: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1095: if should always use braces [readability/braces] [5]
src/nvim/move.c:1100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1109: if should always use braces [readability/braces] [5]
src/nvim/move.c:1114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1122: if should always use braces [readability/braces] [5]
src/nvim/move.c:1123: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1124: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1136: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1139: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1143: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1154: if should always use braces [readability/braces] [5]
src/nvim/move.c:1159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1175: if should always use braces [readability/braces] [5]
src/nvim/move.c:1176: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1177: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1177: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1179: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1181: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1196: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1199: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1201: if should always use braces [readability/braces] [5]
src/nvim/move.c:1203: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1206: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1206: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1222: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1225: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1227: if should always use braces [readability/braces] [5]
src/nvim/move.c:1229: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1232: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1232: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1246: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1260: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1280: if should always use braces [readability/braces] [5]
src/nvim/move.c:1283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1297: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1298: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1320: if should always use braces [readability/braces] [5]
src/nvim/move.c:1321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1322: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1323: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1326: if should always use braces [readability/braces] [5]
src/nvim/move.c:1328: if should always use braces [readability/braces] [5]
src/nvim/move.c:1331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1334: if should always use braces [readability/braces] [5]
src/nvim/move.c:1340: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1341: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1356: if should always use braces [readability/braces] [5]
src/nvim/move.c:1358: if should always use braces [readability/braces] [5]
src/nvim/move.c:1363: if should always use braces [readability/braces] [5]
src/nvim/move.c:1367: if should always use braces [readability/braces] [5]
src/nvim/move.c:1376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1383: if should always use braces [readability/braces] [5]
src/nvim/move.c:1384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1385: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1385: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1389: if should always use braces [readability/braces] [5]
src/nvim/move.c:1391: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1391: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1429: if should always use braces [readability/braces] [5]
src/nvim/move.c:1436: if should always use braces [readability/braces] [5]
src/nvim/move.c:1440: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1451: if should always use braces [readability/braces] [5]
src/nvim/move.c:1455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1474: if should always use braces [readability/braces] [5]
src/nvim/move.c:1476: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1477: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1476: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1477: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1487: if should always use braces [readability/braces] [5]
src/nvim/move.c:1489: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1491: if should always use braces [readability/braces] [5]
src/nvim/move.c:1497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1499: if should always use braces [readability/braces] [5]
src/nvim/move.c:1506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1509: if should always use braces [readability/braces] [5]
src/nvim/move.c:1512: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1513: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1521: if should always use braces [readability/braces] [5]
src/nvim/move.c:1531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1532: if should always use braces [readability/braces] [5]
src/nvim/move.c:1534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1535: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1538: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1538: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1546: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1548: if should always use braces [readability/braces] [5]
src/nvim/move.c:1552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1556: if should always use braces [readability/braces] [5]
src/nvim/move.c:1558: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1598: if should always use braces [readability/braces] [5]
src/nvim/move.c:1602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1602: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1603: if should always use braces [readability/braces] [5]
src/nvim/move.c:1604: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1610: if should always use braces [readability/braces] [5]
src/nvim/move.c:1612: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1614: if should always use braces [readability/braces] [5]
src/nvim/move.c:1621: if should always use braces [readability/braces] [5]
src/nvim/move.c:1624: if should always use braces [readability/braces] [5]
src/nvim/move.c:1631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1653: if should always use braces [readability/braces] [5]
src/nvim/move.c:1662: if should always use braces [readability/braces] [5]
src/nvim/move.c:1666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1671: if should always use braces [readability/braces] [5]
src/nvim/move.c:1677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1690: if should always use braces [readability/braces] [5]
src/nvim/move.c:1691: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1692: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1694: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1697: if should always use braces [readability/braces] [5]
src/nvim/move.c:1698: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1699: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1703: if should always use braces [readability/braces] [5]
src/nvim/move.c:1705: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1708: if should always use braces [readability/braces] [5]
src/nvim/move.c:1710: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1712: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1712: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1745: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/move.c:1747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1759: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/move.c:1768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1769: if should always use braces [readability/braces] [5]
src/nvim/move.c:1770: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1771: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1773: if should always use braces [readability/braces] [5]
src/nvim/move.c:1777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1803: if should always use braces [readability/braces] [5]
src/nvim/move.c:1804: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1805: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1807: if should always use braces [readability/braces] [5]
src/nvim/move.c:1810: if should always use braces [readability/braces] [5]
src/nvim/move.c:1815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1836: if should always use braces [readability/braces] [5]
src/nvim/move.c:1838: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1863: if should always use braces [readability/braces] [5]
src/nvim/move.c:1864: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:1867: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1885: if should always use braces [readability/braces] [5]
src/nvim/move.c:1889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1923: if should always use braces [readability/braces] [5]
src/nvim/move.c:1925: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1928: if should always use braces [readability/braces] [5]
src/nvim/move.c:1929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1932: if should always use braces [readability/braces] [5]
src/nvim/move.c:1934: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1943: if should always use braces [readability/braces] [5]
src/nvim/move.c:1945: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1954: if should always use braces [readability/braces] [5]
src/nvim/move.c:1956: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1959: if should always use braces [readability/braces] [5]
src/nvim/move.c:1960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1961: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1975: if should always use braces [readability/braces] [5]
src/nvim/move.c:1985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1991: if should always use braces [readability/braces] [5]
src/nvim/move.c:1993: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1997: if should always use braces [readability/braces] [5]
src/nvim/move.c:2000: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2005: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2018: if should always use braces [readability/braces] [5]
src/nvim/move.c:2020: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:2020: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:2024: if should always use braces [readability/braces] [5]
src/nvim/move.c:2027: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:2028: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2043: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:2044: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2046: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:2051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2055: if should always use braces [readability/braces] [5]
src/nvim/move.c:2058: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:2059: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2069: if should always use braces [readability/braces] [5]
src/nvim/move.c:2071: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2075: if should always use braces [readability/braces] [5]
src/nvim/move.c:2077: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2086: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2096: if should always use braces [readability/braces] [5]
src/nvim/move.c:2098: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:2100: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2102: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:2104: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:2108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2113: if should always use braces [readability/braces] [5]
src/nvim/move.c:2115: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2148: if should always use braces [readability/braces] [5]
src/nvim/move.c:2151: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:2152: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:2153: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:2154: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:2161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2170: if should always use braces [readability/braces] [5]
src/nvim/move.c:2174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2175: if should always use braces [readability/braces] [5]
src/nvim/move.c:2181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/msgpack_rpc/channel.c:172: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:220: Missing space after { [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:220: Missing space before } [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:320: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:327: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:343: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:370: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:410: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:411: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:553: Missing space after { [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:553: Missing space before } [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:566: Missing space after { [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:566: Missing space before } [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:592: Missing space after { [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:592: Missing space before } [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:730: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:793: Missing space before asterisk in Channel* [whitespace/operators] [2]
src/nvim/msgpack_rpc/helpers.c:189: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/helpers.c:194: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/remote_ui.c:31: Missing space after { [whitespace/braces] [5]
src/nvim/msgpack_rpc/remote_ui.c:31: Missing space before } [whitespace/braces] [5]
src/nvim/msgpack_rpc/remote_ui.c:238: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/remote_ui.c:295: Missing space after { [whitespace/braces] [5]
src/nvim/msgpack_rpc/remote_ui.c:295: Missing space before } [whitespace/braces] [5]
src/nvim/msgpack_rpc/server.c:85: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:53: "nvim/mouse.h" already included at src/nvim/normal.c:42 [build/include] [4]
src/nvim/normal.c:85: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:153: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:156: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:156: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:157: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:157: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:158: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:158: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:159: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:159: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:160: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:160: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:161: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:161: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:162: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:162: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:163: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:163: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:164: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:164: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:165: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:165: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:166: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:166: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:167: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:167: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:168: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:168: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:169: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:169: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:170: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:170: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:171: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:171: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:172: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:172: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:173: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:173: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:174: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:174: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:175: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:175: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:176: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:176: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:177: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:177: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:178: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:178: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:179: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:179: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:180: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:180: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:181: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:181: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:182: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:182: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:183: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:183: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:184: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:184: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:185: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:185: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:186: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:186: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:187: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:187: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:188: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:188: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:189: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:189: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:190: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:190: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:191: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:191: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:192: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:192: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:193: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:193: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:194: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:194: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:195: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:195: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:196: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:196: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:197: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:197: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:198: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:198: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:199: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:199: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:200: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:200: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:201: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:201: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:202: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:202: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:203: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:203: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:204: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:204: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:205: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:205: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:206: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:206: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:207: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:207: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:208: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:208: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:209: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:209: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:210: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:210: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:211: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:211: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:212: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:212: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:213: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:213: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:214: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:214: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:215: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:215: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:216: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:216: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:217: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:217: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:218: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:218: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:219: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:219: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:220: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:220: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:221: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:221: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:222: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:222: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:223: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:223: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:224: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:224: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:225: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:225: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:226: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:226: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:227: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:227: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:228: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:228: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:229: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:229: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:230: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:230: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:231: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:231: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:232: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:232: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:233: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:233: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:234: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:234: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:235: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:235: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:236: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:236: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:237: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:237: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:238: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:238: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:239: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:239: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:240: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:240: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:241: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:241: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:242: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:242: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:243: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:243: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:244: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:244: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:245: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:245: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:246: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:246: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:247: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:247: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:248: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:248: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:249: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:249: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:250: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:250: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:251: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:251: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:252: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:252: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:253: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:253: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:254: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:254: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:255: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:255: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:256: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:256: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:257: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:257: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:258: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:258: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:259: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:259: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:260: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:260: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:261: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:261: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:262: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:262: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:263: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:263: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:264: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:264: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:265: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:265: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:266: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:266: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:267: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:267: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:268: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:268: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:269: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:269: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:270: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:270: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:271: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:271: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:272: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:272: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:273: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:273: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:274: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:274: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:275: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:275: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:276: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:276: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:277: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:277: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:278: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:278: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:279: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:279: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:280: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:280: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:281: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:281: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:282: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:282: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:285: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:285: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:286: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:286: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:287: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:287: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:288: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:288: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:289: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:289: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:290: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:290: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:291: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:291: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:292: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:292: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:293: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:293: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:294: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:294: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:295: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:295: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:296: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:296: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:297: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:297: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:298: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:298: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:299: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:299: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:300: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:300: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:301: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:301: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:302: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:302: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:303: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:303: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:304: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:304: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:305: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:305: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:306: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:306: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:307: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:307: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:308: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:308: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:309: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:309: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:310: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:310: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:311: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:311: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:312: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:312: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:313: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:313: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:314: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:314: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:315: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:315: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:316: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:316: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:317: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:317: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:318: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:318: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:319: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:319: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:320: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:320: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:321: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:321: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:322: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:322: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:323: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:323: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:324: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:324: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:325: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:325: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:326: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:326: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:327: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:327: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:328: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:328: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:329: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:329: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:330: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:330: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:331: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:331: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:332: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:332: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:333: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:333: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:334: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:334: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:335: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:335: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:336: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:336: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:337: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:337: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:338: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:338: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:339: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:339: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:340: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:340: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:341: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:341: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:342: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:342: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:343: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:343: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:344: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:344: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:345: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:345: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:352: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:367: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:368: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:369: if should always use braces [readability/braces] [5]
src/nvim/normal.c:371: if should always use braces [readability/braces] [5]
src/nvim/normal.c:376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:384: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:384: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:389: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:392: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:393: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:393: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:413: if should always use braces [readability/braces] [5]
src/nvim/normal.c:416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:418: if should always use braces [readability/braces] [5]
src/nvim/normal.c:421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:424: if should always use braces [readability/braces] [5]
src/nvim/normal.c:427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:434: if should always use braces [readability/braces] [5]
src/nvim/normal.c:440: if should always use braces [readability/braces] [5]
src/nvim/normal.c:442: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:552: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:557: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:566: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:574: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:577: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:578: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:579: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:581: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:583: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:585: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:587: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:589: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:574: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:577: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:578: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:579: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:581: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:583: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:585: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:587: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:578: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:579: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:648: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:649: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:687: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:688: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:701: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:702: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:711: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:743: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:787: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:788: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:817: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:838: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:839: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:842: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:845: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:847: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:848: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:858: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:859: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:862: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:863: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:949: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:951: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:952: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:953: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:988: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:998: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1016: while should always use braces [readability/braces] [5]
src/nvim/normal.c:1299: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1300: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1301: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1299: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1300: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1301: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1399: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1432: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/normal.c:1439: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1441: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1444: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1447: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1476: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1477: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1483: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1490: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1492: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1492: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:1502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1506: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1515: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:1523: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1525: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1558: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:1564: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1575: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1577: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1578: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1591: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1592: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1594: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1615: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1617: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1617: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:1618: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1620: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1622: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1624: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1626: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:1632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1646: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1649: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1650: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1651: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1653: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1654: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1655: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1656: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1671: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1725: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1740: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/normal.c:1741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1752: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/normal.c:1757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1771: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:1772: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:1773: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1775: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1775: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:1778: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:1782: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:1789: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1790: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1796: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1798: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1801: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1801: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:1808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1814: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1843: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1845: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1857: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1859: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1865: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1867: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1882: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1883: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1897: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:1903: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1905: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1907: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1947: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1979: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1980: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1981: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1982: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1983: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1990: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:2011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2034: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2036: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2036: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2040: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2042: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2046: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2048: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2050: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2053: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2057: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2063: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2065: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2083: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2085: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2085: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2089: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2148: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/normal.c:2149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2153: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/normal.c:2156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2193: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2207: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2209: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2209: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2210: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2226: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2228: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2238: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2246: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2265: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2268: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2270: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2305: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2316: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2318: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2318: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2322: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2324: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2324: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2338: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2503: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2505: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2522: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2537: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2544: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:2550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2552: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2560: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2562: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2565: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2574: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2576: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2588: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2597: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2599: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2618: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2620: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2622: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2622: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2625: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2628: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2632: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:2632: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2636: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2638: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2640: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2640: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2641: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2644: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2654: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:2657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2665: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2667: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2683: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2691: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:2694: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2696: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2698: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2706: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:2710: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2719: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:2720: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2724: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2726: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2730: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:2735: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2737: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2737: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2749: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2751: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2753: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2755: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2770: while should always use braces [readability/braces] [5]
src/nvim/normal.c:2772: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2780: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2782: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2783: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2784: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:2785: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2786: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:2792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2799: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2807: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2810: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2812: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2817: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2840: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2858: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:2865: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2884: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2888: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2891: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2900: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2914: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2927: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/normal.c:2932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2938: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2994: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:2997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3016: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:3017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3024: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3028: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3029: while should always use braces [readability/braces] [5]
src/nvim/normal.c:3032: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3044: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3055: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3057: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3060: while should always use braces [readability/braces] [5]
src/nvim/normal.c:3066: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/normal.c:3067: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3071: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3077: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:3078: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:3079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3082: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3084: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3098: while should always use braces [readability/braces] [5]
src/nvim/normal.c:3101: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/normal.c:3103: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3107: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3120: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:3123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3127: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/normal.c:3130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3134: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3137: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3139: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3141: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3143: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3145: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3156: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3169: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3229: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3258: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/normal.c:3260: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3261: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/normal.c:3262: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3262: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3278: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3279: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3283: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3286: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3287: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/normal.c:3288: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3289: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/normal.c:3291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3298: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3325: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3334: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3335: for should always use braces [readability/braces] [5]
src/nvim/normal.c:3335: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:3336: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3340: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3350: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3360: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3371: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3375: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3379: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3389: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3395: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3408: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3410: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3410: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3440: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3442: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3455: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:3457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3523: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3525: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3529: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3531: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3589: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3618: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3620: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3622: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3631: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/normal.c:3634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3639: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3642: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3654: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/normal.c:3659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3677: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/normal.c:3682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3696: while should always use braces [readability/braces] [5]
src/nvim/normal.c:3698: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3706: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:3707: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3715: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3716: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:3722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3731: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3735: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3739: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3804: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3806: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3806: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3808: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3814: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3816: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3818: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3825: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3828: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3828: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3834: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3837: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3839: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:3841: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3846: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3848: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3850: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3853: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3853: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3857: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:3870: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3872: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3883: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3886: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3891: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3894: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3953: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3966: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3968: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3984: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3988: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3999: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4023: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4027: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4028: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4031: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4032: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4034: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4036: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4038: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4057: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4061: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:4062: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:4063: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:4064: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:4065: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:4058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4076: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4078: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4089: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4091: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4116: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/normal.c:4116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4117: Use operator && instead of and [readability/alt_tokens] [2]
src/nvim/normal.c:4122: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4124: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4145: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4147: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4169: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4171: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4173: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4175: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4186: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4188: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4191: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4193: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4215: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4223: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4225: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4227: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4235: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4237: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4238: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4257: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4257: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4266: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4266: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4275: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4282: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4289: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4297: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4355: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4356: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4362: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4363: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4366: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4367: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4384: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4386: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4397: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4402: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4412: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4434: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4463: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4465: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4465: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4480: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4487: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4491: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4493: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4497: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4500: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4505: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/normal.c:4506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4520: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4533: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4570: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4572: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4637: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4644: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4646: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4681: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4697: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4698: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4723: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4731: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4733: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4739: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4741: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4741: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4742: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4744: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4762: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4764: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4766: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4767: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4770: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4772: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4778: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4784: for should always use braces [readability/braces] [5]
src/nvim/normal.c:4784: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:4792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4796: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4797: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:4798: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:4800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4816: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/normal.c:4818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4822: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4825: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4840: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4853: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4873: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4875: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4875: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4879: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:4881: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4882: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4884: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4894: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:4895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4898: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4899: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4903: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4905: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4908: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4909: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4917: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4923: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4941: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4955: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4958: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:4962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4973: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4977: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4978: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4979: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4981: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4981: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4982: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4992: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4995: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5001: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5003: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5003: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5004: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5007: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5008: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5012: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5028: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5036: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:5038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5049: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5050: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5060: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5075: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5080: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5097: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5099: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5114: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5116: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5117: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5119: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5121: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5121: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5123: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5125: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5125: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5127: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5129: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5162: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5169: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5196: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5199: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5200: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5202: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5230: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5272: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5273: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5275: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5275: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5276: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5279: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5299: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5301: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5305: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5307: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5307: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5316: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5319: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5342: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/normal.c:5344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5347: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5349: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5360: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5361: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5365: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5367: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5367: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5383: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5393: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5395: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5399: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5401: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5408: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:5410: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5412: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5414: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5439: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5440: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5441: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5447: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5463: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5468: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5469: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5470: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5472: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5477: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5480: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5487: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5495: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5496: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5498: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5506: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5507: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5510: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5510: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5511: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5513: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5520: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5563: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5565: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:5568: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5569: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5572: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5580: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5582: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5583: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5588: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5589: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5590: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5596: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5597: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5598: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5604: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5606: for should always use braces [readability/braces] [5]
src/nvim/normal.c:5606: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:5612: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5616: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5630: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5632: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5632: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5637: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5640: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5643: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5650: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5652: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5652: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5660: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5679: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5681: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5681: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5685: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5696: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5711: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5713: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5713: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5715: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5732: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5756: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5764: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5766: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5777: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5780: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5782: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5791: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5798: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5827: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5847: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5853: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5855: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5861: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:5865: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5866: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5868: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5870: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5871: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5874: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5876: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5883: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:5884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5901: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5903: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5908: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5910: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5913: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5941: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5942: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5949: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5950: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5981: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6001: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6005: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6021: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6031: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6035: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:6041: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:6044: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6048: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6058: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6061: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6062: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:6066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6071: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6073: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6073: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6074: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6080: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6082: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6086: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6105: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6124: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6133: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6137: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6139: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6148: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:6151: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:6163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6174: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6176: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6183: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6185: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6189: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6191: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6209: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6211: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6216: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6218: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6219: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6221: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6223: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6225: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6227: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6240: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6242: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6248: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6260: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6273: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6275: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6275: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6276: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/normal.c:6280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6289: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6293: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6302: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6312: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6325: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6329: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6333: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6334: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:6336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6337: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6339: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6392: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6409: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6419: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6467: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6470: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6471: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6472: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6474: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6474: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6511: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6513: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6550: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6567: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6569: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6582: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6584: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6617: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6619: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6624: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6632: while should always use braces [readability/braces] [5]
src/nvim/normal.c:6632: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/normal.c:6638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6643: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6644: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6646: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6646: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6650: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6651: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:6653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6654: while should always use braces [readability/braces] [5]
src/nvim/normal.c:6656: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:6673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6680: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6695: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6696: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:6698: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6733: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6753: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6767: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6809: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6811: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6906: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6920: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6924: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6930: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6932: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6949: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6952: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6953: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6956: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6959: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6961: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6989: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7030: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7034: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7048: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7050: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7070: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/normal.c:7079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7091: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7093: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7096: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:7097: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:7099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7099: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7109: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7111: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7111: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7115: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/normal.c:7115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7115: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/normal.c:7116: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:7119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7130: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7146: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7148: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7166: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7168: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7194: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7196: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7201: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7204: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7206: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7206: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7208: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7229: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:7230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7231: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7246: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7248: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/normal.c:7248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7248: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/normal.c:7249: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:7252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7259: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7261: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7262: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:7267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7277: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7279: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7281: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7282: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:7283: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7284: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:7287: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:7295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7300: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7302: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7318: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7320: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7326: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7328: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7330: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7334: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7345: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7348: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7355: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7357: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7376: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7384: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7405: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7417: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7421: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7425: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7428: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/normal.c:7431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7446: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7457: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7462: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7485: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/normal.c:7487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7497: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7499: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7505: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7508: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7521: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7523: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7575: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:7583: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7604: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7607: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7617: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7620: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7637: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7641: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7650: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7652: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7653: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7655: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7658: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7658: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7660: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:7666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7684: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7691: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7725: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7727: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7729: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7732: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7787: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7789: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7838: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:7891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:50: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:190: if should always use braces [readability/braces] [5]
src/nvim/ops.c:191: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:209: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:222: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:223: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:226: if should always use braces [readability/braces] [5]
src/nvim/ops.c:228: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:231: if should always use braces [readability/braces] [5]
src/nvim/ops.c:232: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ops.c:233: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:234: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ops.c:236: if should always use braces [readability/braces] [5]
src/nvim/ops.c:238: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:237: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ops.c:239: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:241: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:240: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ops.c:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:252: if should always use braces [readability/braces] [5]
src/nvim/ops.c:253: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:260: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ops.c:261: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:277: if should always use braces [readability/braces] [5]
src/nvim/ops.c:278: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:281: if should always use braces [readability/braces] [5]
src/nvim/ops.c:283: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:289: if should always use braces [readability/braces] [5]
src/nvim/ops.c:291: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:296: if should always use braces [readability/braces] [5]
src/nvim/ops.c:297: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:298: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:325: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:326: if should always use braces [readability/braces] [5]
src/nvim/ops.c:329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:343: if should always use braces [readability/braces] [5]
src/nvim/ops.c:345: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:346: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:349: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/ops.c:350: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:356: if should always use braces [readability/braces] [5]
src/nvim/ops.c:357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:358: if should always use braces [readability/braces] [5]
src/nvim/ops.c:359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:360: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:373: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ops.c:373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:375: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ops.c:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:377: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ops.c:377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:377: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:380: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ops.c:380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:398: if should always use braces [readability/braces] [5]
src/nvim/ops.c:401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:426: if should always use braces [readability/braces] [5]
src/nvim/ops.c:431: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/ops.c:433: if should always use braces [readability/braces] [5]
src/nvim/ops.c:439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:458: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:469: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:484: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:485: if should always use braces [readability/braces] [5]
src/nvim/ops.c:486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:493: if should always use braces [readability/braces] [5]
src/nvim/ops.c:494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:500: if should always use braces [readability/braces] [5]
src/nvim/ops.c:501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:505: if should always use braces [readability/braces] [5]
src/nvim/ops.c:528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:548: if should always use braces [readability/braces] [5]
src/nvim/ops.c:552: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:589: if should always use braces [readability/braces] [5]
src/nvim/ops.c:594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:601: if should always use braces [readability/braces] [5]
src/nvim/ops.c:603: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:608: if should always use braces [readability/braces] [5]
src/nvim/ops.c:613: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:624: if should always use braces [readability/braces] [5]
src/nvim/ops.c:626: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:627: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:628: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:633: if should always use braces [readability/braces] [5]
src/nvim/ops.c:635: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:657: if should always use braces [readability/braces] [5]
src/nvim/ops.c:659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:659: if should always use braces [readability/braces] [5]
src/nvim/ops.c:661: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:686: if should always use braces [readability/braces] [5]
src/nvim/ops.c:689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:695: if should always use braces [readability/braces] [5]
src/nvim/ops.c:698: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:699: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:700: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:710: if should always use braces [readability/braces] [5]
src/nvim/ops.c:768: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:819: if should always use braces [readability/braces] [5]
src/nvim/ops.c:820: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:821: if should always use braces [readability/braces] [5]
src/nvim/ops.c:822: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:856: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:859: if should always use braces [readability/braces] [5]
src/nvim/ops.c:861: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:861: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:935: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ops.c:936: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:962: if should always use braces [readability/braces] [5]
src/nvim/ops.c:965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:976: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/ops.c:977: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:980: if should always use braces [readability/braces] [5]
src/nvim/ops.c:981: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:982: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:983: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:987: if should always use braces [readability/braces] [5]
src/nvim/ops.c:989: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:997: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1001: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1017: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1017: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1021: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1023: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1025: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1025: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1029: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1051: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1051: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1062: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ops.c:1063: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:1066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1073: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1074: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1078: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1080: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1082: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1084: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1086: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1086: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1087: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1090: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1091: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1101: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ops.c:1102: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:1104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1118: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1122: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1125: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1126: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1127: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1127: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1128: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1131: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1135: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1137: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1137: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:1140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1144: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1167: while should always use braces [readability/braces] [5]
src/nvim/ops.c:1168: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:1169: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1174: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1176: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1178: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1189: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ops.c:1190: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:1193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1200: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1203: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1206: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1210: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1214: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1215: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1218: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1221: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1224: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1227: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1231: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1232: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1234: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1238: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1239: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1241: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1242: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1243: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1247: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1248: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1253: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1254: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1258: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1261: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1280: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1295: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1315: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1318: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ops.c:1319: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1327: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1341: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1344: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1377: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/ops.c:1384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1391: for should always use braces [readability/braces] [5]
src/nvim/ops.c:1394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1411: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/ops.c:1414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1423: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:1424: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1425: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1445: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1450: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1455: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1465: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:1466: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1469: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1473: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1475: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:1476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1477: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1479: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1482: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1492: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1494: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1511: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1512: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1522: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1526: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1527: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1528: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1529: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1530: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1542: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1547: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1551: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1562: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1563: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1588: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:1595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1614: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1630: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1633: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1636: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1639: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1640: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1648: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:1649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1650: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1651: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1667: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:1668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1677: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1684: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:1685: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:1690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1710: while should always use braces [readability/braces] [5]
src/nvim/ops.c:1712: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:1715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1726: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1728: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1742: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1743: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:1744: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:1751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1753: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1772: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1780: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1791: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1797: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1821: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1823: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1824: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1829: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:1832: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1836: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/ops.c:1838: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1845: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1846: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:1847: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:1850: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1852: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1853: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1856: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1857: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1858: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1863: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1867: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1878: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1880: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1897: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:1901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1902: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1906: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1927: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1928: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1936: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1943: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1944: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1947: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1949: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1952: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1954: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1963: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1966: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:1968: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1970: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2000: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2003: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:2004: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2005: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2009: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2011: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2021: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2022: while should always use braces [readability/braces] [5]
src/nvim/ops.c:2024: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2028: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2030: for should always use braces [readability/braces] [5]
src/nvim/ops.c:2038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2039: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2059: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2096: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2100: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2101: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2112: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2118: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2119: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:2121: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:2130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2151: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2154: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2160: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2161: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2162: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:2163: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2165: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2183: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2186: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2213: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2222: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:2225: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:2226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2235: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2268: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/ops.c:2269: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/ops.c:2270: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/ops.c:2302: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/ops.c:2315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2330: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2332: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:2333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2346: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2347: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2364: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2371: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2382: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2411: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ops.c:2414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2415: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2427: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2429: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2433: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:2433: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:2440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2446: for should always use braces [readability/braces] [5]
src/nvim/ops.c:2446: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:2451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2451: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2465: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:2467: while should always use braces [readability/braces] [5]
src/nvim/ops.c:2498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2609: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2613: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2616: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2628: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2631: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2640: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2641: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2664: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2666: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2669: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2671: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2679: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2749: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2754: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:2760: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2762: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2768: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2770: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:2772: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2773: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2776: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2778: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2780: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:2782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2783: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:2790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2792: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2796: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:2798: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:2805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2813: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2815: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:2818: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2821: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:2822: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2823: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2824: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:2831: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2832: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2833: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2834: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2836: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2838: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2855: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2856: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:2856: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2858: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2872: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2874: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:2877: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2879: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2894: for should always use braces [readability/braces] [5]
src/nvim/ops.c:2896: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2910: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:2914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2925: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:2926: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2928: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2929: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2951: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2953: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:2956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2973: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2975: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2976: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2985: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ops.c:2986: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3005: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3013: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3023: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3024: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3031: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3046: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3055: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3062: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3063: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3067: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3072: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3074: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3076: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3078: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3081: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3082: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3087: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3097: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3101: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3104: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3106: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3107: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3109: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3115: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3117: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3127: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3129: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3139: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3140: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3142: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3148: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3151: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3153: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3156: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3192: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3194: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ops.c:3197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3200: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3202: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3204: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3206: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3208: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3210: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3210: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3229: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3244: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3246: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3248: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3253: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3255: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ops.c:3255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3265: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3270: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3276: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3289: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3298: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3307: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3319: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3329: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3338: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3346: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ops.c:3347: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:3349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3362: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3380: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:3386: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3392: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3395: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3397: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3398: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3401: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3401: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3404: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3406: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3419: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3426: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3459: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3464: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3465: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3480: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3491: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/ops.c:3493: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3492: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3496: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3498: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3497: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3510: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3512: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3513: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3516: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3534: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3560: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3568: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3569: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3572: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3574: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3578: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3589: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3597: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3598: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3611: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3615: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3625: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/ops.c:3632: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3643: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3644: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3646: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3647: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3649: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3650: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3651: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3652: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3653: for should always use braces [readability/braces] [5]
src/nvim/ops.c:3653: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3654: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3655: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3656: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3666: for should always use braces [readability/braces] [5]
src/nvim/ops.c:3666: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3667: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ops.c:3669: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3671: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3673: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3674: while should always use braces [readability/braces] [5]
src/nvim/ops.c:3675: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3685: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ops.c:3686: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:3688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3697: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3698: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3702: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3711: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3721: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3722: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3755: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3759: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3762: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3765: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ops.c:3766: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:3769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3773: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3787: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3788: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3790: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3791: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3804: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ops.c:3805: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:3807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3814: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3815: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3822: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3823: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ops.c:3823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3824: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3828: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3831: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3832: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3836: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3847: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3849: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3850: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3850: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ops.c:3851: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3852: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3854: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3855: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3855: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ops.c:3857: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3861: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3877: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3882: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3883: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3883: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ops.c:3884: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3888: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3890: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3897: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3934: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3936: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3937: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3936: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3937: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3939: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3946: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3954: while should always use braces [readability/braces] [5]
src/nvim/ops.c:3957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3960: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3962: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3963: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3965: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3974: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3976: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3978: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3986: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3989: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3994: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4000: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4002: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4006: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4010: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4012: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4013: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4014: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:4015: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4030: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4031: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4044: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:4046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4050: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4051: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4052: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:4056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4060: while should always use braces [readability/braces] [5]
src/nvim/ops.c:4061: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:4066: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4082: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4083: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4086: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4087: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4090: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4091: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4092: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4092: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ops.c:4093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4093: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4095: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4096: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4097: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4097: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ops.c:4098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4098: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4100: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4101: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4103: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4104: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4106: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4107: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4108: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4110: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4126: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:4140: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4141: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4167: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4168: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4174: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4179: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4180: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4182: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:4188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4208: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4213: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4216: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:4217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4222: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4228: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4268: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:4679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4701: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4723: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/ops.c:4785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4785: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4789: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4794: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4795: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4804: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4826: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4827: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:4832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4844: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4852: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:4869: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:4949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4951: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:5042: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:5049: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:5053: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:5070: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:5121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5135: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:5148: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:5150: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:5154: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5199: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5201: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:5212: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5213: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:5218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5224: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5226: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5238: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:5239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5242: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5279: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5280: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5293: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5294: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5299: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5303: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5309: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5311: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5312: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:5315: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5318: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5320: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5321: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5322: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5323: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5324: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:5326: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5329: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5330: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5331: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5332: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5333: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5338: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5341: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5344: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5346: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5347: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5348: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5349: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5350: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5351: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:5353: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5357: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5358: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5359: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5360: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5361: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5362: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5366: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5368: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5367: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/ops.c:5369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5381: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:5390: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:5402: Missing space before ( in if( [whitespace/parens] [5]
src/nvim/ops.c:5410: Missing space before ( in if( [whitespace/parens] [5]
src/nvim/ops.c:5412: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:5412: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/ops.c:5433: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/ops.c:5471: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/ops.c:5511: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/ops.c:5578: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/ops.c:5585: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/option.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:29: "stdint.h" already included at src/nvim/option.c:27 [build/include] [4]
src/nvim/option.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:182: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option.c:182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:185: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option.c:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:201: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:205: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option.c:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:208: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:209: Use xfree(...) instead of free(...). [runtime/memory_fn] [2]
src/nvim/option.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:543: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:562: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:562: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:564: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:564: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:570: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:578: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:585: if should always use braces [readability/braces] [5]
src/nvim/option.c:592: Missing space before ( in if( [whitespace/parens] [5]
src/nvim/option.c:601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:635: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:636: if should always use braces [readability/braces] [5]
src/nvim/option.c:638: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:638: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:639: if should always use braces [readability/braces] [5]
src/nvim/option.c:649: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:665: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:666: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:671: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:743: if should always use braces [readability/braces] [5]
src/nvim/option.c:750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:758: if should always use braces [readability/braces] [5]
src/nvim/option.c:782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:790: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:791: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:808: if should always use braces [readability/braces] [5]
src/nvim/option.c:810: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:811: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:811: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:812: if should always use braces [readability/braces] [5]
src/nvim/option.c:818: if should always use braces [readability/braces] [5]
src/nvim/option.c:820: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:820: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:823: if should always use braces [readability/braces] [5]
src/nvim/option.c:827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:831: if should always use braces [readability/braces] [5]
src/nvim/option.c:832: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:835: if should always use braces [readability/braces] [5]
src/nvim/option.c:840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:851: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:852: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:902: if should always use braces [readability/braces] [5]
src/nvim/option.c:907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:917: if should always use braces [readability/braces] [5]
src/nvim/option.c:919: if should always use braces [readability/braces] [5]
src/nvim/option.c:921: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:945: if should always use braces [readability/braces] [5]
src/nvim/option.c:949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:953: if should always use braces [readability/braces] [5]
src/nvim/option.c:956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:974: if should always use braces [readability/braces] [5]
src/nvim/option.c:975: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:976: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:979: if should always use braces [readability/braces] [5]
src/nvim/option.c:980: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:981: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:994: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:995: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1005: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1006: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1007: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1008: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1009: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1010: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1011: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1012: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1036: if should always use braces [readability/braces] [5]
src/nvim/option.c:1040: if should always use braces [readability/braces] [5]
src/nvim/option.c:1043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1097: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:1098: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:1099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1116: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1124: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1148: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1151: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1152: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1169: if should always use braces [readability/braces] [5]
src/nvim/option.c:1171: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1171: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:1173: while should always use braces [readability/braces] [5]
src/nvim/option.c:1174: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1181: if should always use braces [readability/braces] [5]
src/nvim/option.c:1183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1184: if should always use braces [readability/braces] [5]
src/nvim/option.c:1188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1191: if should always use braces [readability/braces] [5]
src/nvim/option.c:1193: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1194: while should always use braces [readability/braces] [5]
src/nvim/option.c:1195: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1200: if should always use braces [readability/braces] [5]
src/nvim/option.c:1204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1208: while should always use braces [readability/braces] [5]
src/nvim/option.c:1209: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1211: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1212: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1213: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1216: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1217: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1219: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1220: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1222: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1223: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1237: if should always use braces [readability/braces] [5]
src/nvim/option.c:1250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1252: if should always use braces [readability/braces] [5]
src/nvim/option.c:1256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1257: if should always use braces [readability/braces] [5]
src/nvim/option.c:1261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1270: if should always use braces [readability/braces] [5]
src/nvim/option.c:1271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1288: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1291: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1313: if should always use braces [readability/braces] [5]
src/nvim/option.c:1314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1315: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1315: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:1316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1316: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1317: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1323: if should always use braces [readability/braces] [5]
src/nvim/option.c:1325: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1327: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1328: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1330: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1336: if should always use braces [readability/braces] [5]
src/nvim/option.c:1340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1351: if should always use braces [readability/braces] [5]
src/nvim/option.c:1353: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1355: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1356: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1357: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1359: if should always use braces [readability/braces] [5]
src/nvim/option.c:1362: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1364: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1374: if should always use braces [readability/braces] [5]
src/nvim/option.c:1376: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1381: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1399: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1400: if should always use braces [readability/braces] [5]
src/nvim/option.c:1402: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1403: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1404: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1407: if should always use braces [readability/braces] [5]
src/nvim/option.c:1410: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1437: if should always use braces [readability/braces] [5]
src/nvim/option.c:1439: if should always use braces [readability/braces] [5]
src/nvim/option.c:1441: if should always use braces [readability/braces] [5]
src/nvim/option.c:1444: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1455: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option.c:1455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1461: if should always use braces [readability/braces] [5]
src/nvim/option.c:1465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1470: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1471: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1476: if should always use braces [readability/braces] [5]
src/nvim/option.c:1478: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1478: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:1480: if should always use braces [readability/braces] [5]
src/nvim/option.c:1484: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1487: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1488: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1490: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1507: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:1526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1531: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:1535: if should always use braces [readability/braces] [5]
src/nvim/option.c:1537: if should always use braces [readability/braces] [5]
src/nvim/option.c:1539: if should always use braces [readability/braces] [5]
src/nvim/option.c:1541: if should always use braces [readability/braces] [5]
src/nvim/option.c:1543: if should always use braces [readability/braces] [5]
src/nvim/option.c:1545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1545: if should always use braces [readability/braces] [5]
src/nvim/option.c:1550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1554: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:1555: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1557: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1562: if should always use braces [readability/braces] [5]
src/nvim/option.c:1566: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1576: if should always use braces [readability/braces] [5]
src/nvim/option.c:1581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1590: if should always use braces [readability/braces] [5]
src/nvim/option.c:1599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1599: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1606: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:1611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1622: if should always use braces [readability/braces] [5]
src/nvim/option.c:1629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1635: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:1636: if should always use braces [readability/braces] [5]
src/nvim/option.c:1644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1647: if should always use braces [readability/braces] [5]
src/nvim/option.c:1648: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1649: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1655: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1656: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1676: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1682: if should always use braces [readability/braces] [5]
src/nvim/option.c:1686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1695: if should always use braces [readability/braces] [5]
src/nvim/option.c:1696: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1699: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1700: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1709: for should always use braces [readability/braces] [5]
src/nvim/option.c:1709: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:1713: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1717: if should always use braces [readability/braces] [5]
src/nvim/option.c:1719: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1761: if should always use braces [readability/braces] [5]
src/nvim/option.c:1763: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1773: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:1774: while should always use braces [readability/braces] [5]
src/nvim/option.c:1775: if should always use braces [readability/braces] [5]
src/nvim/option.c:1776: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1778: if should always use braces [readability/braces] [5]
src/nvim/option.c:1787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1796: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1798: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1809: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1810: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1813: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1814: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1818: Small and focused functions are preferred: () has 539 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/option.c:1820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1824: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:1825: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:1827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1837: if should always use braces [readability/braces] [5]
src/nvim/option.c:1841: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1847: if should always use braces [readability/braces] [5]
src/nvim/option.c:1850: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1849: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/option.c:1854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1860: if should always use braces [readability/braces] [5]
src/nvim/option.c:1862: if should always use braces [readability/braces] [5]
src/nvim/option.c:1867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1875: if should always use braces [readability/braces] [5]
src/nvim/option.c:1877: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1877: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:1879: if should always use braces [readability/braces] [5]
src/nvim/option.c:1886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1892: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:1893: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:1894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1914: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:1915: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:1918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1950: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1951: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1952: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1982: if should always use braces [readability/braces] [5]
src/nvim/option.c:1987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1996: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:1997: if should always use braces [readability/braces] [5]
src/nvim/option.c:1999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1999: if should always use braces [readability/braces] [5]
src/nvim/option.c:2001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2002: if should always use braces [readability/braces] [5]
src/nvim/option.c:2008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2017: if should always use braces [readability/braces] [5]
src/nvim/option.c:2020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2022: if should always use braces [readability/braces] [5]
src/nvim/option.c:2025: if should always use braces [readability/braces] [5]
src/nvim/option.c:2028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2035: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2036: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2037: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2035: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2038: if should always use braces [readability/braces] [5]
src/nvim/option.c:2044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2099: for should always use braces [readability/braces] [5]
src/nvim/option.c:2100: if should always use braces [readability/braces] [5]
src/nvim/option.c:2104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2164: if should always use braces [readability/braces] [5]
src/nvim/option.c:2170: if should always use braces [readability/braces] [5]
src/nvim/option.c:2177: if should always use braces [readability/braces] [5]
src/nvim/option.c:2181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2204: if should always use braces [readability/braces] [5]
src/nvim/option.c:2214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2223: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2224: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2236: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:2237: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:2241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2259: if should always use braces [readability/braces] [5]
src/nvim/option.c:2267: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2268: if should always use braces [readability/braces] [5]
src/nvim/option.c:2272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2273: if should always use braces [readability/braces] [5]
src/nvim/option.c:2278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2284: if should always use braces [readability/braces] [5]
src/nvim/option.c:2286: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2293: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:2294: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:2295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2302: if should always use braces [readability/braces] [5]
src/nvim/option.c:2304: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2319: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:2322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2331: if should always use braces [readability/braces] [5]
src/nvim/option.c:2336: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2337: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2338: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2339: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2338: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2347: if should always use braces [readability/braces] [5]
src/nvim/option.c:2348: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2349: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2374: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:2375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2385: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2401: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2406: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2433: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2434: if should always use braces [readability/braces] [5]
src/nvim/option.c:2435: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2439: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2440: if should always use braces [readability/braces] [5]
src/nvim/option.c:2443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2448: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2449: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2450: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2451: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2453: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2458: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2462: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2466: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2470: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2474: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2481: if should always use braces [readability/braces] [5]
src/nvim/option.c:2485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2486: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2487: if should always use braces [readability/braces] [5]
src/nvim/option.c:2488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2491: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2492: if should always use braces [readability/braces] [5]
src/nvim/option.c:2492: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2495: if should always use braces [readability/braces] [5]
src/nvim/option.c:2498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2503: if should always use braces [readability/braces] [5]
src/nvim/option.c:2506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2507: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2508: if should always use braces [readability/braces] [5]
src/nvim/option.c:2508: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2512: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2513: if should always use braces [readability/braces] [5]
src/nvim/option.c:2513: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2515: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2517: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2521: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2522: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2525: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2532: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2536: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2538: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2542: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2543: if should always use braces [readability/braces] [5]
src/nvim/option.c:2546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2547: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2548: if should always use braces [readability/braces] [5]
src/nvim/option.c:2548: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2552: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2553: if should always use braces [readability/braces] [5]
src/nvim/option.c:2554: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2558: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2559: if should always use braces [readability/braces] [5]
src/nvim/option.c:2561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2566: if should always use braces [readability/braces] [5]
src/nvim/option.c:2568: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2572: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2572: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2594: if should always use braces [readability/braces] [5]
src/nvim/option.c:2598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2610: if should always use braces [readability/braces] [5]
src/nvim/option.c:2613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2614: if should always use braces [readability/braces] [5]
src/nvim/option.c:2616: if should always use braces [readability/braces] [5]
src/nvim/option.c:2626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2627: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2628: if should always use braces [readability/braces] [5]
src/nvim/option.c:2630: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2630: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2632: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2632: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2638: if should always use braces [readability/braces] [5]
src/nvim/option.c:2642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2643: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2644: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2650: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2652: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:2656: if should always use braces [readability/braces] [5]
src/nvim/option.c:2658: if should always use braces [readability/braces] [5]
src/nvim/option.c:2668: if should always use braces [readability/braces] [5]
src/nvim/option.c:2672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2678: if should always use braces [readability/braces] [5]
src/nvim/option.c:2683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2684: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2692: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:2694: if should always use braces [readability/braces] [5]
src/nvim/option.c:2696: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2698: if should always use braces [readability/braces] [5]
src/nvim/option.c:2701: if should always use braces [readability/braces] [5]
src/nvim/option.c:2702: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:2703: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:2708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2709: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2713: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2717: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2721: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2723: if should always use braces [readability/braces] [5]
src/nvim/option.c:2725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2743: while should always use braces [readability/braces] [5]
src/nvim/option.c:2744: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/option.c:2746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2747: while should always use braces [readability/braces] [5]
src/nvim/option.c:2748: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/option.c:2749: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2750: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:2751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2751: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2751: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2752: while should always use braces [readability/braces] [5]
src/nvim/option.c:2753: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/option.c:2758: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2759: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2757: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/option.c:2761: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2766: if should always use braces [readability/braces] [5]
src/nvim/option.c:2767: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:2768: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2769: if should always use braces [readability/braces] [5]
src/nvim/option.c:2771: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2776: if should always use braces [readability/braces] [5]
src/nvim/option.c:2779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2780: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2782: if should always use braces [readability/braces] [5]
src/nvim/option.c:2788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2789: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2792: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2794: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2798: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2802: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2806: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2810: if should always use braces [readability/braces] [5]
src/nvim/option.c:2812: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2815: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/option.c:2818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2819: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2820: if should always use braces [readability/braces] [5]
src/nvim/option.c:2821: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2825: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2826: if should always use braces [readability/braces] [5]
src/nvim/option.c:2826: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2830: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2831: if should always use braces [readability/braces] [5]
src/nvim/option.c:2831: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2833: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2833: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2839: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2840: if should always use braces [readability/braces] [5]
src/nvim/option.c:2840: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2843: if should always use braces [readability/braces] [5]
src/nvim/option.c:2846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2847: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2848: if should always use braces [readability/braces] [5]
src/nvim/option.c:2848: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2851: if should always use braces [readability/braces] [5]
src/nvim/option.c:2853: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2855: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/option.c:2857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2858: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2859: if should always use braces [readability/braces] [5]
src/nvim/option.c:2859: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2872: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2876: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2877: if should always use braces [readability/braces] [5]
src/nvim/option.c:2880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2881: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2882: if should always use braces [readability/braces] [5]
src/nvim/option.c:2885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2886: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2887: if should always use braces [readability/braces] [5]
src/nvim/option.c:2887: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2891: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2894: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2898: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2906: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2909: if should always use braces [readability/braces] [5]
src/nvim/option.c:2913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2914: if should always use braces [readability/braces] [5]
src/nvim/option.c:2917: if should always use braces [readability/braces] [5]
src/nvim/option.c:2919: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2923: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2925: if should always use braces [readability/braces] [5]
src/nvim/option.c:2928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2929: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2931: while should always use braces [readability/braces] [5]
src/nvim/option.c:2933: if should always use braces [readability/braces] [5]
src/nvim/option.c:2941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2943: if should always use braces [readability/braces] [5]
src/nvim/option.c:2944: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:2945: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:2950: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2951: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2949: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/option.c:2953: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2961: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2962: if should always use braces [readability/braces] [5]
src/nvim/option.c:2962: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2966: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2968: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2970: if should always use braces [readability/braces] [5]
src/nvim/option.c:2973: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2978: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2980: if should always use braces [readability/braces] [5]
src/nvim/option.c:2982: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2982: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3007: if should always use braces [readability/braces] [5]
src/nvim/option.c:3010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3011: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3012: if should always use braces [readability/braces] [5]
src/nvim/option.c:3015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3016: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3017: if should always use braces [readability/braces] [5]
src/nvim/option.c:3017: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3020: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3020: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3022: if should always use braces [readability/braces] [5]
src/nvim/option.c:3026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3027: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3028: if should always use braces [readability/braces] [5]
src/nvim/option.c:3031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3032: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3034: if should always use braces [readability/braces] [5]
src/nvim/option.c:3036: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3038: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3042: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3043: if should always use braces [readability/braces] [5]
src/nvim/option.c:3043: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/option.c:3045: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:3047: if should always use braces [readability/braces] [5]
src/nvim/option.c:3050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3051: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3052: if should always use braces [readability/braces] [5]
src/nvim/option.c:3052: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3056: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3057: if should always use braces [readability/braces] [5]
src/nvim/option.c:3060: if should always use braces [readability/braces] [5]
src/nvim/option.c:3062: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3078: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3080: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3086: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3091: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3091: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3093: if should always use braces [readability/braces] [5]
src/nvim/option.c:3095: if should always use braces [readability/braces] [5]
src/nvim/option.c:3097: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3099: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3101: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3103: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3107: for should always use braces [readability/braces] [5]
src/nvim/option.c:3107: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:3115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3119: if should always use braces [readability/braces] [5]
src/nvim/option.c:3122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3125: if should always use braces [readability/braces] [5]
src/nvim/option.c:3127: if should always use braces [readability/braces] [5]
src/nvim/option.c:3130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3137: if should always use braces [readability/braces] [5]
src/nvim/option.c:3139: if should always use braces [readability/braces] [5]
src/nvim/option.c:3141: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3153: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3162: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:3162: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3165: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3167: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:3167: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3174: if should always use braces [readability/braces] [5]
src/nvim/option.c:3177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3183: for should always use braces [readability/braces] [5]
src/nvim/option.c:3183: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:3184: if should always use braces [readability/braces] [5]
src/nvim/option.c:3186: If you can, use sizeof((char *)fname) instead of 200 as the 2nd arg to snprintf. [runtime/printf] [3]
src/nvim/option.c:3187: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3199: if should always use braces [readability/braces] [5]
src/nvim/option.c:3201: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3206: Small and focused functions are preferred: () has 666 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/option.c:3208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3228: if should always use braces [readability/braces] [5]
src/nvim/option.c:3229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3235: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:3236: if should always use braces [readability/braces] [5]
src/nvim/option.c:3239: if should always use braces [readability/braces] [5]
src/nvim/option.c:3240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3248: if should always use braces [readability/braces] [5]
src/nvim/option.c:3250: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3252: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3256: if should always use braces [readability/braces] [5]
src/nvim/option.c:3258: if should always use braces [readability/braces] [5]
src/nvim/option.c:3260: if should always use braces [readability/braces] [5]
src/nvim/option.c:3261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3265: if should always use braces [readability/braces] [5]
src/nvim/option.c:3267: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3267: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3273: for should always use braces [readability/braces] [5]
src/nvim/option.c:3273: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:3274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3275: if should always use braces [readability/braces] [5]
src/nvim/option.c:3277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3298: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3298: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3299: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3299: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3300: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3300: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3301: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3301: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3302: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3302: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3306: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3306: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3307: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3307: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3308: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3308: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3309: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3309: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3310: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3310: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3311: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3311: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3312: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3312: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3313: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3313: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3326: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:3328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3330: for should always use braces [readability/braces] [5]
src/nvim/option.c:3330: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:3331: if should always use braces [readability/braces] [5]
src/nvim/option.c:3333: if should always use braces [readability/braces] [5]
src/nvim/option.c:3335: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3340: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:3347: if should always use braces [readability/braces] [5]
src/nvim/option.c:3350: if should always use braces [readability/braces] [5]
src/nvim/option.c:3353: if should always use braces [readability/braces] [5]
src/nvim/option.c:3361: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3363: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/option.c:3371: if should always use braces [readability/braces] [5]
src/nvim/option.c:3373: if should always use braces [readability/braces] [5]
src/nvim/option.c:3374: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:3378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3393: while should always use braces [readability/braces] [5]
src/nvim/option.c:3395: if should always use braces [readability/braces] [5]
src/nvim/option.c:3398: if should always use braces [readability/braces] [5]
src/nvim/option.c:3399: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:3406: if should always use braces [readability/braces] [5]
src/nvim/option.c:3410: if should always use braces [readability/braces] [5]
src/nvim/option.c:3412: while should always use braces [readability/braces] [5]
src/nvim/option.c:3414: if should always use braces [readability/braces] [5]
src/nvim/option.c:3418: while should always use braces [readability/braces] [5]
src/nvim/option.c:3430: while should always use braces [readability/braces] [5]
src/nvim/option.c:3432: if should always use braces [readability/braces] [5]
src/nvim/option.c:3436: if should always use braces [readability/braces] [5]
src/nvim/option.c:3438: if should always use braces [readability/braces] [5]
src/nvim/option.c:3467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3476: if should always use braces [readability/braces] [5]
src/nvim/option.c:3478: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3478: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3504: if should always use braces [readability/braces] [5]
src/nvim/option.c:3507: if should always use braces [readability/braces] [5]
src/nvim/option.c:3509: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3519: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:3520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3540: if should always use braces [readability/braces] [5]
src/nvim/option.c:3544: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3545: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3549: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3549: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3550: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3554: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3578: if should always use braces [readability/braces] [5]
src/nvim/option.c:3579: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3582: if should always use braces [readability/braces] [5]
src/nvim/option.c:3587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3588: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3592: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3599: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3603: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3608: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3610: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:3610: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3613: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3614: if should always use braces [readability/braces] [5]
src/nvim/option.c:3615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3616: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3622: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3634: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3638: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3642: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3644: if should always use braces [readability/braces] [5]
src/nvim/option.c:3645: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3646: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3648: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3649: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3650: if should always use braces [readability/braces] [5]
src/nvim/option.c:3651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3651: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3656: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3660: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3661: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3665: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3667: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3672: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3676: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3687: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3688: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3691: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3692: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3694: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3696: if should always use braces [readability/braces] [5]
src/nvim/option.c:3697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3703: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3722: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3723: if should always use braces [readability/braces] [5]
src/nvim/option.c:3726: if should always use braces [readability/braces] [5]
src/nvim/option.c:3729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3733: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3736: if should always use braces [readability/braces] [5]
src/nvim/option.c:3741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3742: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3745: if should always use braces [readability/braces] [5]
src/nvim/option.c:3761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3771: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3781: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3791: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3803: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3809: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3826: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3830: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:3836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3842: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3888: if should always use braces [readability/braces] [5]
src/nvim/option.c:3890: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3901: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:3908: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:3902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3907: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option.c:3907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3951: if should always use braces [readability/braces] [5]
src/nvim/option.c:3953: if should always use braces [readability/braces] [5]
src/nvim/option.c:3957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3958: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3979: if should always use braces [readability/braces] [5]
src/nvim/option.c:3982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3983: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3998: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4002: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4003: if should always use braces [readability/braces] [5]
src/nvim/option.c:4007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4008: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4012: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4013: if should always use braces [readability/braces] [5]
src/nvim/option.c:4016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4017: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4027: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4028: if should always use braces [readability/braces] [5]
src/nvim/option.c:4030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4032: if should always use braces [readability/braces] [5]
src/nvim/option.c:4035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4036: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4037: if should always use braces [readability/braces] [5]
src/nvim/option.c:4039: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4052: if should always use braces [readability/braces] [5]
src/nvim/option.c:4054: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4064: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4069: if should always use braces [readability/braces] [5]
src/nvim/option.c:4070: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4073: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4078: if should always use braces [readability/braces] [5]
src/nvim/option.c:4081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4083: if should always use braces [readability/braces] [5]
src/nvim/option.c:4087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4088: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4093: if should always use braces [readability/braces] [5]
src/nvim/option.c:4104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4105: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4108: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4113: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4117: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4136: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/option.c:4139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4145: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:4153: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:4161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4180: if should always use braces [readability/braces] [5]
src/nvim/option.c:4197: if should always use braces [readability/braces] [5]
src/nvim/option.c:4201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4203: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4205: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4224: if should always use braces [readability/braces] [5]
src/nvim/option.c:4226: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4226: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:4252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4253: if should always use braces [readability/braces] [5]
src/nvim/option.c:4275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4276: if should always use braces [readability/braces] [5]
src/nvim/option.c:4278: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4293: if should always use braces [readability/braces] [5]
src/nvim/option.c:4296: if should always use braces [readability/braces] [5]
src/nvim/option.c:4298: if should always use braces [readability/braces] [5]
src/nvim/option.c:4300: if should always use braces [readability/braces] [5]
src/nvim/option.c:4302: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4313: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:4313: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:4313: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/option.c:4316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4323: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/option.c:4325: if should always use braces [readability/braces] [5]
src/nvim/option.c:4327: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4337: if should always use braces [readability/braces] [5]
src/nvim/option.c:4342: if should always use braces [readability/braces] [5]
src/nvim/option.c:4344: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4347: if should always use braces [readability/braces] [5]
src/nvim/option.c:4354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4354: if should always use braces [readability/braces] [5]
src/nvim/option.c:4359: if should always use braces [readability/braces] [5]
src/nvim/option.c:4412: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4432: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:4433: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:4436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4448: if should always use braces [readability/braces] [5]
src/nvim/option.c:4454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4454: if should always use braces [readability/braces] [5]
src/nvim/option.c:4462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4462: if should always use braces [readability/braces] [5]
src/nvim/option.c:4464: if should always use braces [readability/braces] [5]
src/nvim/option.c:4466: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4466: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:4467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4469: if should always use braces [readability/braces] [5]
src/nvim/option.c:4471: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4488: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:4527: if should always use braces [readability/braces] [5]
src/nvim/option.c:4529: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4530: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/option.c:4535: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/option.c:4540: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/option.c:4546: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/option.c:4567: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/option.c:4573: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/option.c:4573: Missing space before asterisk in win_T * [whitespace/operators] [2]
src/nvim/option.c:4600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4607: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:4611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4622: if should always use braces [readability/braces] [5]
src/nvim/option.c:4624: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4624: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:4631: if should always use braces [readability/braces] [5]
src/nvim/option.c:4633: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4633: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:4635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4641: for should always use braces [readability/braces] [5]
src/nvim/option.c:4641: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:4642: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/option.c:4644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4648: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:4649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4650: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/option.c:4653: if should always use braces [readability/braces] [5]
src/nvim/option.c:4655: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:4656: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4658: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:4670: if should always use braces [readability/braces] [5]
src/nvim/option.c:4675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4687: if should always use braces [readability/braces] [5]
src/nvim/option.c:4689: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4689: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:4690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4690: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:4692: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4693: if should always use braces [readability/braces] [5]
src/nvim/option.c:4699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4703: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:4704: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:4706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4725: if should always use braces [readability/braces] [5]
src/nvim/option.c:4727: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4729: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4731: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4739: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:4740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4747: if should always use braces [readability/braces] [5]
src/nvim/option.c:4749: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:4753: if should always use braces [readability/braces] [5]
src/nvim/option.c:4754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4755: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4755: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:4759: if should always use braces [readability/braces] [5]
src/nvim/option.c:4765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4774: if should always use braces [readability/braces] [5]
src/nvim/option.c:4777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4777: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:4779: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:4780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4781: if should always use braces [readability/braces] [5]
src/nvim/option.c:4785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4803: if should always use braces [readability/braces] [5]
src/nvim/option.c:4804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4804: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4806: if should always use braces [readability/braces] [5]
src/nvim/option.c:4808: if should always use braces [readability/braces] [5]
src/nvim/option.c:4810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4818: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:4819: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:4821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4827: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:4828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4828: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4833: if should always use braces [readability/braces] [5]
src/nvim/option.c:4836: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4838: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4849: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:4852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4893: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:4894: for should always use braces [readability/braces] [5]
src/nvim/option.c:4897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4898: if should always use braces [readability/braces] [5]
src/nvim/option.c:4901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4903: if should always use braces [readability/braces] [5]
src/nvim/option.c:4907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4908: if should always use braces [readability/braces] [5]
src/nvim/option.c:4910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4911: if should always use braces [readability/braces] [5]
src/nvim/option.c:4917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4918: if should always use braces [readability/braces] [5]
src/nvim/option.c:4920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4936: if should always use braces [readability/braces] [5]
src/nvim/option.c:4938: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4942: if should always use braces [readability/braces] [5]
src/nvim/option.c:4945: if should always use braces [readability/braces] [5]
src/nvim/option.c:4947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4948: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:4950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4953: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:4954: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:4955: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:4956: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/option.c:4957: if should always use braces [readability/braces] [5]
src/nvim/option.c:4958: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:4961: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4963: if should always use braces [readability/braces] [5]
src/nvim/option.c:4964: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:4967: if should always use braces [readability/braces] [5]
src/nvim/option.c:4977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4983: if should always use braces [readability/braces] [5]
src/nvim/option.c:4983: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:4984: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:4986: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:4988: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5000: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/option.c:5005: if should always use braces [readability/braces] [5]
src/nvim/option.c:5008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5013: while should always use braces [readability/braces] [5]
src/nvim/option.c:5014: if should always use braces [readability/braces] [5]
src/nvim/option.c:5014: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5018: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5024: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:5027: if should always use braces [readability/braces] [5]
src/nvim/option.c:5036: if should always use braces [readability/braces] [5]
src/nvim/option.c:5039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5040: if should always use braces [readability/braces] [5]
src/nvim/option.c:5042: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:5042: Missing space before asterisk in int64_t)* [whitespace/operators] [2]
src/nvim/option.c:5044: if should always use braces [readability/braces] [5]
src/nvim/option.c:5051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5051: if should always use braces [readability/braces] [5]
src/nvim/option.c:5053: if should always use braces [readability/braces] [5]
src/nvim/option.c:5059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5077: if should always use braces [readability/braces] [5]
src/nvim/option.c:5082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5082: if should always use braces [readability/braces] [5]
src/nvim/option.c:5083: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5093: if should always use braces [readability/braces] [5]
src/nvim/option.c:5095: if should always use braces [readability/braces] [5]
src/nvim/option.c:5171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5177: if should always use braces [readability/braces] [5]
src/nvim/option.c:5201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5212: if should always use braces [readability/braces] [5]
src/nvim/option.c:5218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5356: if should always use braces [readability/braces] [5]
src/nvim/option.c:5361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5481: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:5482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5484: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5489: if should always use braces [readability/braces] [5]
src/nvim/option.c:5492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5509: if should always use braces [readability/braces] [5]
src/nvim/option.c:5513: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5530: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:5531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5531: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5536: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:5537: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5627: if should always use braces [readability/braces] [5]
src/nvim/option.c:5629: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:5629: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:5631: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:5634: if should always use braces [readability/braces] [5]
src/nvim/option.c:5640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5644: if should always use braces [readability/braces] [5]
src/nvim/option.c:5648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5649: if should always use braces [readability/braces] [5]
src/nvim/option.c:5650: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5660: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5661: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5663: if should always use braces [readability/braces] [5]
src/nvim/option.c:5664: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5684: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:5684: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:5687: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:5688: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:5691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5699: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5718: while should always use braces [readability/braces] [5]
src/nvim/option.c:5719: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5723: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5726: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5738: while should always use braces [readability/braces] [5]
src/nvim/option.c:5739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5739: if should always use braces [readability/braces] [5]
src/nvim/option.c:5742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5747: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:5753: if should always use braces [readability/braces] [5]
src/nvim/option.c:5754: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5755: if should always use braces [readability/braces] [5]
src/nvim/option.c:5756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5758: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:5762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5763: while should always use braces [readability/braces] [5]
src/nvim/option.c:5765: if should always use braces [readability/braces] [5]
src/nvim/option.c:5782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5784: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5794: if should always use braces [readability/braces] [5]
src/nvim/option.c:5796: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:5802: if should always use braces [readability/braces] [5]
src/nvim/option.c:5817: if should always use braces [readability/braces] [5]
src/nvim/option.c:5821: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:5825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5826: if should always use braces [readability/braces] [5]
src/nvim/option.c:5828: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:5833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5835: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:5836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5839: while should always use braces [readability/braces] [5]
src/nvim/option.c:5840: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5859: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/option.c:5866: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:5866: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:5867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5873: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:5876: for should always use braces [readability/braces] [5]
src/nvim/option.c:5877: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5879: if should always use braces [readability/braces] [5]
src/nvim/option.c:5881: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:5885: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/option.c:5887: if should always use braces [readability/braces] [5]
src/nvim/option.c:5889: if should always use braces [readability/braces] [5]
src/nvim/option.c:5892: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5896: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:5896: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:5896: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:5896: Missing space before { [whitespace/braces] [5]
src/nvim/option.c:5897: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:5903: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:5927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5938: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:5941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5948: for should always use braces [readability/braces] [5]
src/nvim/option.c:5949: if should always use braces [readability/braces] [5]
src/nvim/option.c:5961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5965: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:5966: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:5968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5986: Missing space before asterisk in int64_t)* [whitespace/operators] [2]
src/nvim/option.c:5990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5990: if should always use braces [readability/braces] [5]
src/nvim/option.c:5992: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:5993: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5995: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:5997: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6011: if should always use braces [readability/braces] [5]
src/nvim/option.c:6011: Missing space before asterisk in int)* [whitespace/operators] [2]
src/nvim/option.c:6012: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6014: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6059: if should always use braces [readability/braces] [5]
src/nvim/option.c:6061: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6071: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6089: if should always use braces [readability/braces] [5]
src/nvim/option.c:6090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6091: if should always use braces [readability/braces] [5]
src/nvim/option.c:6093: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6101: for should always use braces [readability/braces] [5]
src/nvim/option.c:6102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6122: if should always use braces [readability/braces] [5]
src/nvim/option.c:6123: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6125: if should always use braces [readability/braces] [5]
src/nvim/option.c:6126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6126: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6127: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6131: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6134: if should always use braces [readability/braces] [5]
src/nvim/option.c:6135: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6141: if should always use braces [readability/braces] [5]
src/nvim/option.c:6142: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6147: if should always use braces [readability/braces] [5]
src/nvim/option.c:6148: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6154: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:6158: if should always use braces [readability/braces] [5]
src/nvim/option.c:6160: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6160: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:6165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6174: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:6175: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:6178: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6193: if should always use braces [readability/braces] [5]
src/nvim/option.c:6194: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6213: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6278: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:6279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6320: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6340: if should always use braces [readability/braces] [5]
src/nvim/option.c:6341: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6342: if should always use braces [readability/braces] [5]
src/nvim/option.c:6343: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6344: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6355: for should always use braces [readability/braces] [5]
src/nvim/option.c:6356: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6358: if should always use braces [readability/braces] [5]
src/nvim/option.c:6359: for should always use braces [readability/braces] [5]
src/nvim/option.c:6360: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6395: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:6396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6396: if should always use braces [readability/braces] [5]
src/nvim/option.c:6405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6409: if should always use braces [readability/braces] [5]
src/nvim/option.c:6415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6425: for should always use braces [readability/braces] [5]
src/nvim/option.c:6425: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:6428: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:6429: for should always use braces [readability/braces] [5]
src/nvim/option.c:6429: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:6430: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/option.c:6431: if should always use braces [readability/braces] [5]
src/nvim/option.c:6433: if should always use braces [readability/braces] [5]
src/nvim/option.c:6435: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6437: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6439: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6442: if should always use braces [readability/braces] [5]
src/nvim/option.c:6445: if should always use braces [readability/braces] [5]
src/nvim/option.c:6447: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6454: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6458: for should always use braces [readability/braces] [5]
src/nvim/option.c:6458: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:6463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6471: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6473: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6508: if should always use braces [readability/braces] [5]
src/nvim/option.c:6509: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6510: if should always use braces [readability/braces] [5]
src/nvim/option.c:6513: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6514: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6515: if should always use braces [readability/braces] [5]
src/nvim/option.c:6517: if should always use braces [readability/braces] [5]
src/nvim/option.c:6519: if should always use braces [readability/braces] [5]
src/nvim/option.c:6520: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6521: if should always use braces [readability/braces] [5]
src/nvim/option.c:6526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6531: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6575: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6578: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6588: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6591: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6599: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6603: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6611: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6615: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6620: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6622: if should always use braces [readability/braces] [5]
src/nvim/option.c:6623: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6636: while should always use braces [readability/braces] [5]
src/nvim/option.c:6638: if should always use braces [readability/braces] [5]
src/nvim/option.c:6644: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:6649: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:6654: if should always use braces [readability/braces] [5]
src/nvim/option.c:6656: if should always use braces [readability/braces] [5]
src/nvim/option.c:6657: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os/env.c:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:185: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:187: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:261: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:299: while should always use braces [readability/braces] [5]
src/nvim/os/env.c:315: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os/env.c:324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:335: while should always use braces [readability/braces] [5]
src/nvim/os/env.c:336: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/env.c:337: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/env.c:338: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/env.c:347: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:354: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/env.c:384: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:397: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:402: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os/env.c:407: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:418: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os/env.c:423: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os/env.c:425: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:461: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:669: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:682: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:687: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:690: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:706: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/env.c:707: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/env.c:711: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:717: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:721: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:728: while should always use braces [readability/braces] [5]
src/nvim/os/env.c:730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:731: while should always use braces [readability/braces] [5]
src/nvim/os/env.c:734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:749: if should always use braces [readability/braces] [5]
src/nvim/os/fs.c:113: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/fs.c:114: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/fs.c:114: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/fs.c:254: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/os/fs.c:313: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/os/fs.c:583: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/fs.c:674: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/input.c:33: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:33: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:178: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:178: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:204: Missing space before asterisk in uint8_t)* [whitespace/operators] [2]
src/nvim/os/input.c:205: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:205: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:206: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:206: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:207: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:207: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:208: Missing space before asterisk in uint8_t)* [whitespace/operators] [2]
src/nvim/os/input.c:209: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:209: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:210: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:210: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:211: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:211: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:242: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/input.c:242: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/input.c:354: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/input.c:413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/input.c:413: if should always use braces [readability/braces] [5]
src/nvim/os/shell.c:28: Missing space after { [whitespace/braces] [5]
src/nvim/os/shell.c:28: Missing space before } [whitespace/braces] [5]
src/nvim/os/shell.c:302: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:313: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:423: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:425: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:426: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:427: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:423: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:425: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:426: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:427: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:426: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:427: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:431: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os/signal.c:117: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/time.c:64: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:71: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:74: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:85: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:97: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/os_unix.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:128: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:134: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:149: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:151: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:153: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:216: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/os_unix.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:246: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:247: for should always use braces [readability/braces] [5]
src/nvim/os_unix.c:247: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:248: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:274: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:278: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:279: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:281: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:284: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:285: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os_unix.c:288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:292: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:295: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:298: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:299: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:300: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:301: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:302: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:321: while should always use braces [readability/braces] [5]
src/nvim/os_unix.c:322: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:329: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:331: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:333: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:335: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:337: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:339: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:345: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:346: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:353: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:354: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:356: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:360: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:364: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:365: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/os_unix.c:366: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os_unix.c:367: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os_unix.c:368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:383: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:391: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:399: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:409: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/os_unix.c:409: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/os_unix.c:411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:413: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:424: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:438: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:462: Use int16_t/int64_t/etc, rather than the C type long long [runtime/int] [4]
src/nvim/os_unix.c:469: Use int16_t/int64_t/etc, rather than the C type long long [runtime/int] [4]
src/nvim/os_unix.c:480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:492: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:493: while should always use braces [readability/braces] [5]
src/nvim/os_unix.c:494: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:499: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/os_unix.c:500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:502: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:503: while should always use braces [readability/braces] [5]
src/nvim/os_unix.c:504: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:505: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:506: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:511: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/os_unix.c:511: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/os_unix.c:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:524: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:526: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:534: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:535: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:536: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:539: for should always use braces [readability/braces] [5]
src/nvim/os_unix.c:539: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:541: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:544: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:545: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:565: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:570: while should always use braces [readability/braces] [5]
src/nvim/os_unix.c:572: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:573: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:575: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:575: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/os_unix.c:577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:580: while should always use braces [readability/braces] [5]
src/nvim/os_unix.c:581: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:582: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:589: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:590: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/os_unix.c:591: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:596: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:600: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:605: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:626: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/os_unix.c:640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:652: for should always use braces [readability/braces] [5]
src/nvim/os_unix.c:653: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:662: for should always use braces [readability/braces] [5]
src/nvim/os_unix.c:663: if should always use braces [readability/braces] [5]
src/nvim/path.c:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:67: Use false instead of FALSE. [readability/bool] [4]
src/nvim/path.c:68: Use false instead of FALSE. [readability/bool] [4]
src/nvim/path.c:109: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/path.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:186: while should always use braces [readability/braces] [5]
src/nvim/path.c:187: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:218: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/path.c:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:242: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/path.c:243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:245: if should always use braces [readability/braces] [5]
src/nvim/path.c:247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:252: if should always use braces [readability/braces] [5]
src/nvim/path.c:256: while should always use braces [readability/braces] [5]
src/nvim/path.c:264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:291: if should always use braces [readability/braces] [5]
src/nvim/path.c:308: if should always use braces [readability/braces] [5]
src/nvim/path.c:317: if should always use braces [readability/braces] [5]
src/nvim/path.c:321: if should always use braces [readability/braces] [5]
src/nvim/path.c:391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:398: if should always use braces [readability/braces] [5]
src/nvim/path.c:399: Almost always, snprintf is better than strcat [runtime/printf] [4]
src/nvim/path.c:467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:547: if should always use braces [readability/braces] [5]
src/nvim/path.c:563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:565: if should always use braces [readability/braces] [5]
src/nvim/path.c:567: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:568: if should always use braces [readability/braces] [5]
src/nvim/path.c:577: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/path.c:577: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/path.c:577: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/path.c:585: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/path.c:591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:594: for should always use braces [readability/braces] [5]
src/nvim/path.c:594: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/path.c:597: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:598: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:602: for should always use braces [readability/braces] [5]
src/nvim/path.c:602: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/path.c:603: if should always use braces [readability/braces] [5]
src/nvim/path.c:622: if should always use braces [readability/braces] [5]
src/nvim/path.c:623: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:625: if should always use braces [readability/braces] [5]
src/nvim/path.c:626: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:667: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:669: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:714: if should always use braces [readability/braces] [5]
src/nvim/path.c:715: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:719: if should always use braces [readability/braces] [5]
src/nvim/path.c:727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:774: if should always use braces [readability/braces] [5]
src/nvim/path.c:810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:827: while should always use braces [readability/braces] [5]
src/nvim/path.c:828: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/path.c:836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:837: if should always use braces [readability/braces] [5]
src/nvim/path.c:838: while should always use braces [readability/braces] [5]
src/nvim/path.c:844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:871: if should always use braces [readability/braces] [5]
src/nvim/path.c:874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:874: Use true instead of TRUE. [readability/bool] [4]
src/nvim/path.c:877: if should always use braces [readability/braces] [5]
src/nvim/path.c:896: if should always use braces [readability/braces] [5]
src/nvim/path.c:899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:905: while should always use braces [readability/braces] [5]
src/nvim/path.c:915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:943: if should always use braces [readability/braces] [5]
src/nvim/path.c:946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:949: if should always use braces [readability/braces] [5]
src/nvim/path.c:968: for should always use braces [readability/braces] [5]
src/nvim/path.c:974: if should always use braces [readability/braces] [5]
src/nvim/path.c:978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:998: if should always use braces [readability/braces] [5]
src/nvim/path.c:1008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1013: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/path.c:1014: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/path.c:1017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1030: if should always use braces [readability/braces] [5]
src/nvim/path.c:1043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1050: if should always use braces [readability/braces] [5]
src/nvim/path.c:1051: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1052: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1053: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/path.c:1054: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/path.c:1061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1068: if should always use braces [readability/braces] [5]
src/nvim/path.c:1069: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1070: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1110: if should always use braces [readability/braces] [5]
src/nvim/path.c:1118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1139: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/path.c:1156: if should always use braces [readability/braces] [5]
src/nvim/path.c:1159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1164: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1168: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/path.c:1175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1208: if should always use braces [readability/braces] [5]
src/nvim/path.c:1210: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1215: if should always use braces [readability/braces] [5]
src/nvim/path.c:1217: if should always use braces [readability/braces] [5]
src/nvim/path.c:1230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1254: if should always use braces [readability/braces] [5]
src/nvim/path.c:1255: Use true instead of TRUE. [readability/bool] [4]
src/nvim/path.c:1256: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1258: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/path.c:1266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1268: while should always use braces [readability/braces] [5]
src/nvim/path.c:1269: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1276: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1279: while should always use braces [readability/braces] [5]
src/nvim/path.c:1280: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1312: if should always use braces [readability/braces] [5]
src/nvim/path.c:1317: if should always use braces [readability/braces] [5]
src/nvim/path.c:1320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1321: if should always use braces [readability/braces] [5]
src/nvim/path.c:1330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1333: if should always use braces [readability/braces] [5]
src/nvim/path.c:1338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1353: if should always use braces [readability/braces] [5]
src/nvim/path.c:1360: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1361: while should always use braces [readability/braces] [5]
src/nvim/path.c:1361: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/path.c:1363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1368: if should always use braces [readability/braces] [5]
src/nvim/path.c:1369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1370: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1371: if should always use braces [readability/braces] [5]
src/nvim/path.c:1372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1373: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1373: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/path.c:1374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1379: if should always use braces [readability/braces] [5]
src/nvim/path.c:1380: while should always use braces [readability/braces] [5]
src/nvim/path.c:1382: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1383: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1390: while should always use braces [readability/braces] [5]
src/nvim/path.c:1393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1410: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1412: while should always use braces [readability/braces] [5]
src/nvim/path.c:1416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1478: if should always use braces [readability/braces] [5]
src/nvim/path.c:1479: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1483: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1485: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/path.c:1486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1487: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1487: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/path.c:1488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1495: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1516: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/path.c:1521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1550: Use true instead of TRUE. [readability/bool] [4]
src/nvim/path.c:1560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1564: Use false instead of FALSE. [readability/bool] [4]
src/nvim/path.c:1566: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/path.c:1579: if should always use braces [readability/braces] [5]
src/nvim/path.c:1581: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1620: if should always use braces [readability/braces] [5]
src/nvim/path.c:1624: if should always use braces [readability/braces] [5]
src/nvim/path.c:1627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1648: if should always use braces [readability/braces] [5]
src/nvim/path.c:1722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1744: if should always use braces [readability/braces] [5]
src/nvim/path.c:1747: Use false instead of FALSE. [readability/bool] [4]
src/nvim/path.c:1754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1771: if should always use braces [readability/braces] [5]
src/nvim/path.c:1778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1791: if should always use braces [readability/braces] [5]
src/nvim/path.c:1793: if should always use braces [readability/braces] [5]
src/nvim/path.c:1796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1809: if should always use braces [readability/braces] [5]
src/nvim/path.c:1818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1819: if should always use braces [readability/braces] [5]
src/nvim/path.c:1820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1896: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1898: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/path.c:1899: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1900: if should always use braces [readability/braces] [5]
src/nvim/path.c:1904: if should always use braces [readability/braces] [5]
src/nvim/path.c:1935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1940: if should always use braces [readability/braces] [5]
src/nvim/path.c:1943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:2013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/popupmnu.c:25: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/popupmnu.c:39: Use false instead of FALSE. [readability/bool] [4]
src/nvim/popupmnu.c:171: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/popupmnu.c:308: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/popupmnu.c:326: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/popupmnu.c:374: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/popupmnu.c:477: Use false instead of FALSE. [readability/bool] [4]
src/nvim/popupmnu.c:563: Use false instead of FALSE. [readability/bool] [4]
src/nvim/popupmnu.c:591: Use false instead of FALSE. [readability/bool] [4]
src/nvim/popupmnu.c:595: Use false instead of FALSE. [readability/bool] [4]
src/nvim/popupmnu.c:610: Use true instead of TRUE. [readability/bool] [4]
src/nvim/popupmnu.c:615: Use false instead of FALSE. [readability/bool] [4]
src/nvim/popupmnu.c:624: Use false instead of FALSE. [readability/bool] [4]
src/nvim/popupmnu.c:644: Use true instead of TRUE. [readability/bool] [4]
src/nvim/popupmnu.c:646: Use false instead of FALSE. [readability/bool] [4]
src/nvim/popupmnu.c:656: Use true instead of TRUE. [readability/bool] [4]
src/nvim/popupmnu.c:658: Use false instead of FALSE. [readability/bool] [4]
src/nvim/popupmnu.c:677: Use true instead of TRUE. [readability/bool] [4]
src/nvim/po/sjiscorr.c:10: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:11: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:13: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:13: while should always use braces [readability/braces] [5]
src/nvim/po/sjiscorr.c:14: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:14: Missing space before { [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:15: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:15: for should always use braces [readability/braces] [5]
src/nvim/po/sjiscorr.c:16: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:16: Missing space before { [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:17: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:17: if should always use braces [readability/braces] [5]
src/nvim/po/sjiscorr.c:18: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:18: Missing space before { [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:19: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:20: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:21: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:22: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:22: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/po/sjiscorr.c:23: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:23: Missing space before { [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:24: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:25: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:25: while should always use braces [readability/braces] [5]
src/nvim/po/sjiscorr.c:26: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:26: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/po/sjiscorr.c:27: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:28: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:28: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/po/sjiscorr.c:29: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:29: Missing space before { [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:30: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:31: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:31: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/po/sjiscorr.c:32: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:33: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:33: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/po/sjiscorr.c:34: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:34: Missing space before { [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:35: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:35: if should always use braces [readability/braces] [5]
src/nvim/po/sjiscorr.c:36: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:36: Missing space before { [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:37: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:38: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:38: if should always use braces [readability/braces] [5]
src/nvim/po/sjiscorr.c:39: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:40: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:41: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:42: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:43: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:44: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/quickfix.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:69: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/quickfix.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:85: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/quickfix.c:85: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:152: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/quickfix.c:153: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/quickfix.c:157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:163: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:171: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:172: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:184: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/quickfix.c:185: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/quickfix.c:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:237: Missing space after { [whitespace/braces] [5]
src/nvim/quickfix.c:237: Missing space before } [whitespace/braces] [5]
src/nvim/quickfix.c:238: Missing space after { [whitespace/braces] [5]
src/nvim/quickfix.c:238: Missing space before } [whitespace/braces] [5]
src/nvim/quickfix.c:239: Missing space after { [whitespace/braces] [5]
src/nvim/quickfix.c:239: Missing space before } [whitespace/braces] [5]
src/nvim/quickfix.c:240: Missing space after { [whitespace/braces] [5]
src/nvim/quickfix.c:240: Missing space before } [whitespace/braces] [5]
src/nvim/quickfix.c:241: Missing space after { [whitespace/braces] [5]
src/nvim/quickfix.c:241: Missing space before } [whitespace/braces] [5]
src/nvim/quickfix.c:242: Missing space after { [whitespace/braces] [5]
src/nvim/quickfix.c:242: Missing space before } [whitespace/braces] [5]
src/nvim/quickfix.c:243: Missing space after { [whitespace/braces] [5]
src/nvim/quickfix.c:243: Missing space before } [whitespace/braces] [5]
src/nvim/quickfix.c:244: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/quickfix.c:244: Missing space after { [whitespace/braces] [5]
src/nvim/quickfix.c:244: Missing space before } [whitespace/braces] [5]
src/nvim/quickfix.c:245: Missing space after { [whitespace/braces] [5]
src/nvim/quickfix.c:245: Missing space before } [whitespace/braces] [5]
src/nvim/quickfix.c:246: Missing space after { [whitespace/braces] [5]
src/nvim/quickfix.c:246: Missing space before } [whitespace/braces] [5]
src/nvim/quickfix.c:258: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:261: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:263: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:265: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/quickfix.c:267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:272: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:274: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:295: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:297: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:304: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:304: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:305: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:306: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:314: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:316: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:317: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:317: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:318: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:323: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:322: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:330: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:333: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:330: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:333: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:333: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:335: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:334: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:368: while should always use braces [readability/braces] [5]
src/nvim/quickfix.c:369: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:376: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:380: while should always use braces [readability/braces] [5]
src/nvim/quickfix.c:382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:382: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/quickfix.c:388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:388: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:395: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:394: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:399: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:401: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:403: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:404: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:405: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:406: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:408: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:410: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:410: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:412: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:411: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:418: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:417: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:423: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:424: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:425: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:427: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:433: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:449: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:452: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:455: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:457: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:473: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:477: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:479: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:482: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:484: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:490: while should always use braces [readability/braces] [5]
src/nvim/quickfix.c:491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:493: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:497: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:506: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:509: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:508: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:511: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:517: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:520: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:525: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:527: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:527: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:538: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:542: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:576: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:581: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:586: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:591: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:596: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:600: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:602: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:603: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:609: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:616: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:620: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:621: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:631: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:637: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:640: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:660: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:662: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:674: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:682: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:690: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:692: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:694: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:696: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:699: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:713: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:715: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:733: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:735: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:736: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:737: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:738: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:739: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:740: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:741: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:742: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:743: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:744: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:745: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:746: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:756: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:758: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:759: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:771: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:772: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:774: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:792: Small and focused functions are preferred: () has 518 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/quickfix.c:800: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:814: while should always use braces [readability/braces] [5]
src/nvim/quickfix.c:817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:823: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:823: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:826: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:841: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:848: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:848: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:863: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:865: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:865: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:893: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:895: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:907: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:922: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:924: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:952: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:962: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:981: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:983: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:986: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1010: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1012: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1021: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1023: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1024: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1025: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1026: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1027: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1028: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1029: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1030: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1031: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1032: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1033: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1044: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1067: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1074: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1079: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1089: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1090: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1091: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1118: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1122: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1122: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1132: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1132: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1133: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1154: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1156: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1156: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1229: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1236: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/quickfix.c:1236: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1238: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1254: Missing spaces around == [whitespace/operators] [3]
src/nvim/quickfix.c:1255: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/quickfix.c:1258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1286: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:1291: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1297: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1327: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1350: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1359: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1365: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1371: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1374: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:1376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1390: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1392: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1392: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1398: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1401: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1404: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1406: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1408: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1418: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1433: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1483: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1485: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1487: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1513: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1515: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1517: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1531: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/quickfix.c:1532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1539: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1541: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1543: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1549: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1551: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1553: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1559: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1582: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:1583: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1585: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1586: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1587: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1589: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1594: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1603: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1617: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:1618: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1623: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1624: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1628: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1636: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1637: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1641: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1646: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1649: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1650: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1651: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1648: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:1652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1669: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1670: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1690: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1708: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/quickfix.c:1708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1730: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1732: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1735: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1736: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1741: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1748: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1751: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1752: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:1753: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1755: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1757: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1758: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1760: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1761: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:1762: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1763: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:1766: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1765: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:1775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1779: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1780: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1781: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:1782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1786: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1800: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:1803: while should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1804: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1806: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1843: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1849: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1858: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1859: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1869: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:1878: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1885: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1897: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/quickfix.c:1905: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1910: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1910: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:1911: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1912: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1916: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1917: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1918: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1920: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1946: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1948: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1950: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1952: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1954: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1954: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1961: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1964: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:1968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1981: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1996: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1998: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:2002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2013: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2019: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2020: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2076: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2081: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2094: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2096: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2099: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2100: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:2100: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:2101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2106: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2109: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2111: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2116: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2120: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2121: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2144: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2155: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/quickfix.c:2156: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/quickfix.c:2158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2187: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2206: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2207: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2209: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2211: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2297: while should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2298: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2304: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:2320: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:2324: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:2329: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2328: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:2338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2342: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2344: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2344: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2350: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2354: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2360: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2362: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2364: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2364: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2366: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2366: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2367: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2402: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2404: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2417: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2418: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2433: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2464: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2464: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2465: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2469: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2475: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2505: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2507: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2508: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2512: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2512: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2513: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2515: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:2518: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2519: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2540: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2545: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2545: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:2546: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2549: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2561: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/quickfix.c:2723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2752: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2770: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2805: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2814: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2815: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2816: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2817: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2818: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2820: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2821: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2822: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2816: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2835: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2848: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2849: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2850: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2865: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2868: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2869: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2870: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2874: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2875: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2899: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2901: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2929: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2929: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2930: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2941: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2943: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:2946: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/quickfix.c:2946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2946: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/quickfix.c:2955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2961: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:2964: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2975: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2980: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:2981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2982: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2984: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/quickfix.c:2986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2987: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3006: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:3009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3013: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3014: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3016: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:3016: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:3021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3021: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3022: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3031: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3032: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3047: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:3048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3049: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3056: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3056: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:3062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3069: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3074: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3076: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:3079: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3080: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/quickfix.c:3082: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3083: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3084: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3085: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3086: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3087: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3088: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3089: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3090: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3091: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3092: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3093: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3094: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3086: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3086: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3089: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3093: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3094: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/quickfix.c:3095: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3098: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3099: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3101: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3106: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3106: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3110: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3116: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3145: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3156: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3156: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3166: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3172: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3174: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3174: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3181: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3184: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3195: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:3198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3224: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3227: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3231: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3234: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3235: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3239: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3241: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:3243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3246: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3248: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:3251: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:3257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3291: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/quickfix.c:3293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3299: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3304: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3316: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3319: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3326: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3327: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3330: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3343: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3344: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3355: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3379: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3397: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3418: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3422: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3427: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:3428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3430: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3438: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3439: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3440: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3441: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3442: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3443: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3444: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3445: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3446: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3447: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3448: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3444: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3446: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3473: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3476: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:3477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3478: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3480: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/quickfix.c:3481: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:3487: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3491: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3515: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3547: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3549: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3550: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:3551: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3578: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3580: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:3582: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3584: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:3586: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:3586: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:3591: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3594: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:3594: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:3599: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3603: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3604: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3606: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3607: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3635: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3636: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3638: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3642: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:3648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3664: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3677: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3677: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3678: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3700: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3705: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3712: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3727: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/quickfix.c:3729: Missing space after { [whitespace/braces] [5]
src/nvim/quickfix.c:3729: Missing space before } [whitespace/braces] [5]
src/nvim/quickfix.c:3731: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3733: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:3734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3735: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3737: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3740: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3737: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3740: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3740: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3752: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3760: while should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3764: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3765: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3766: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3767: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3768: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3770: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3771: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3772: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3773: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3774: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3775: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3776: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3771: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3775: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3776: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/quickfix.c:3777: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3778: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3783: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3785: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:3796: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3799: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3805: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3807: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:3808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3815: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3815: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3816: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3822: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3823: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3824: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:3828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3831: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3833: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:169: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:170: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:171: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:172: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:173: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:174: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:175: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:176: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:177: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:178: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:179: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:180: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:181: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:187: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:188: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:188: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:188: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp.c:188: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:188: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:189: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:190: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:191: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:192: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:193: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:194: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:200: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:201: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:202: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:202: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:203: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:204: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:205: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:206: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:207: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:208: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:209: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:210: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:211: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:212: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:213: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:214: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:215: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:216: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:217: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:218: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:219: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:220: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:221: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:222: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:223: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:224: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:225: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:226: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:227: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:228: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:229: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:233: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:233: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:234: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:234: Extra space after ( [whitespace/parens] [2]
src/nvim/regexp.c:235: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:237: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:241: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:248: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:279: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:281: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:298: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:307: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:315: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:324: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:347: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:359: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:369: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:374: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:382: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:383: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:389: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:390: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:446: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:462: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:463: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:466: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:467: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:235: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:236: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:236: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:237: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:240: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:240: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:241: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:241: Extra space after ( in function call [whitespace/parens] [4]
src/nvim/regexp.c:248: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:279: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:281: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:298: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:307: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:315: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:324: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:347: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:359: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:369: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:374: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:382: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:383: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:389: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:390: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:446: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:462: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:463: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:242: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:247: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:247: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:248: Extra space after ( [whitespace/parens] [2]
src/nvim/regexp.c:279: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:281: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:298: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:307: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:315: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:324: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:347: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:359: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:369: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:374: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:382: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:383: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:389: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:390: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:446: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:249: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:251: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:252: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:253: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:254: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:261: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:354: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/regexp.c:358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:384: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:391: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:441: Missing space before asterisk in int)* [whitespace/operators] [2]
src/nvim/regexp.c:444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:455: Missing space before asterisk in int)* [whitespace/operators] [2]
src/nvim/regexp.c:457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:459: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:460: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:463: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:463: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:463: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:467: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:467: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:467: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:470: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:500: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:502: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:605: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:605: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:618: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/regexp.c:633: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:635: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:638: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:639: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:641: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:643: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:645: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:647: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:649: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:651: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:653: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:658: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:697: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:705: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:717: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:719: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:721: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:723: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:725: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:727: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:774: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:777: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:779: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1109: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1112: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1114: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1139: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1140: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1141: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1142: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1144: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1146: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1147: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1148: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1150: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1154: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1155: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1159: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1160: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1161: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1181: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1183: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1188: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1193: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1203: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1204: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1205: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1207: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1243: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1254: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1268: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1279: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1281: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1296: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1298: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1307: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1309: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1330: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:1346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1357: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp.c:1358: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp.c:1360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1364: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1366: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1378: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:1380: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:1383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1402: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp.c:1403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1403: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp.c:1413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1417: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1424: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1427: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1432: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1437: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1439: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1441: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1446: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1452: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1455: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1468: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:1471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1473: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1475: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1477: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1480: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1482: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1490: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1491: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:1495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1511: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1520: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1522: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1526: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1545: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:1547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1555: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:1591: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1594: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1596: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1599: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1604: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1628: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1642: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1644: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1644: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1655: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1657: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1657: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1683: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1685: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:1686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1693: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1696: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1712: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1718: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1720: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:1725: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1727: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1733: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1735: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:1734: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/regexp.c:1736: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1738: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:1737: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/regexp.c:1745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1782: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:1795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1801: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:1808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1809: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1846: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1873: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1876: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1885: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1898: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:1899: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:1897: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/regexp.c:1901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1909: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:1914: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1917: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1944: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:1944: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:1945: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1948: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1961: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1964: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2007: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2010: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2040: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2049: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2051: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2053: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2055: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2059: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:2061: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:2062: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2065: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2067: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2079: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2104: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2108: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2110: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2112: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2114: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2128: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2138: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2140: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2140: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2146: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2148: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2150: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2152: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2154: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2154: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2165: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2191: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2202: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:2203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2213: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2216: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2218: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2223: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2226: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2231: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2233: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:2236: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:2242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2247: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/regexp.c:2251: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2251: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2251: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2251: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2272: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2274: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2294: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2304: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:2305: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2309: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:2310: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2318: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:2319: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2323: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:2324: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2328: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:2329: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2333: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:2334: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2338: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:2339: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2343: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:2344: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2348: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:2353: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:2354: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2358: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:2359: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2383: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2385: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:2394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2395: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2400: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2433: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:2440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2443: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2449: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2457: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2464: Small and focused functions are preferred: regatom() has 572 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/regexp.c:2475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2495: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2497: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2497: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2510: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2512: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2521: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2523: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2525: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2547: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:2550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2573: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:2576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2603: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:2606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2638: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2645: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2650: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2652: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2657: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2658: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:2659: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2659: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2671: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2693: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:2694: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:2697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2736: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:2746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2747: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2773: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2780: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2802: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:2803: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:2807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2840: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2842: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2843: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:2844: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/regexp.c:2845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2854: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:2855: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:2856: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:2858: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:2859: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:2862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2866: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2868: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2868: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2873: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2875: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2882: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2895: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2897: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2900: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2903: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2905: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2906: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:2910: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:2913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2954: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:2956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2976: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:2978: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2982: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:2985: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3000: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:3002: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3006: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:3007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3010: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3029: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:3031: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3035: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:3038: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3061: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:3067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3075: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3082: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:3086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3087: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3089: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3091: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:3092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3093: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3095: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3099: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:3098: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/regexp.c:3103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3129: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:3129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3131: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:3131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3131: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3141: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3143: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3143: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/regexp.c:3151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3249: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3251: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3254: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3276: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp.c:3277: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp.c:3279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3291: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3303: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp.c:3306: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp.c:3321: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3323: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3379: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3383: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3387: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3388: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:3389: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3390: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3393: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3394: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:3396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3400: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3402: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3410: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3414: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3416: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:3418: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/regexp.c:3420: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3424: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/regexp.c:3426: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3430: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3436: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3442: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3444: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3446: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3449: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:3449: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:3453: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3462: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3466: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3482: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3490: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3492: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3494: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3495: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:3496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3499: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3512: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3514: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3536: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3550: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:3550: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:3556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3563: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:3564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3565: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3566: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:3568: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3580: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:3581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3584: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3586: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3611: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3614: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:3622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3627: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3629: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:3634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3648: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3649: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3671: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3672: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3676: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3678: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3682: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3684: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3686: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3692: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3693: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3695: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:3700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3723: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp.c:3724: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp.c:3725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3781: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3798: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3800: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3802: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3806: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3811: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3819: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3825: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3832: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3845: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3846: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3862: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3869: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3877: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3882: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3890: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3892: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3897: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3899: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3902: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3904: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:3904: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:3909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3910: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3912: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3918: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3922: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3930: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3932: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3937: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3939: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3944: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3946: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3951: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3953: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3958: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3960: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3965: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3967: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3972: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3974: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3979: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3981: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3986: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3988: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3993: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3995: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4000: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4002: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4007: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4009: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4014: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4016: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4021: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4023: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4028: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4030: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4035: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4037: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4042: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4044: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4049: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4051: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4056: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4058: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4063: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4065: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4070: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4072: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4077: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4079: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4084: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4086: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4091: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4093: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4098: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4100: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4105: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4107: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4112: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4114: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4125: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4127: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:4128: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:4127: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:4128: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:4130: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4163: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4165: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4167: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4184: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4193: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4202: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4203: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:4203: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:4209: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4238: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:4238: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:4239: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4244: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4248: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4267: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4269: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4269: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4272: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4280: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4298: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4300: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4300: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4303: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4323: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4325: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4325: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4346: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4348: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4348: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4351: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4379: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4391: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4392: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4404: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4432: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4433: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4435: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4445: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4447: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4447: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4449: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4451: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4487: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:4489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4493: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4495: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4495: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4509: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4511: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4511: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4522: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4524: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4524: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4546: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4548: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4550: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4587: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4588: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4590: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4590: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4595: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4597: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/regexp.c:4605: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4607: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4607: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4625: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4627: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4627: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4642: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4645: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4650: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4653: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4655: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4674: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4679: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/regexp.c:4680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4696: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4698: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4704: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4706: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4712: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4714: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4720: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4722: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4727: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4730: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4730: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4753: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:4759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4763: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:4764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4768: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4774: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4788: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4790: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4790: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4792: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4796: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4837: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4839: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4840: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4840: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4857: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4864: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4865: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4868: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:4871: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4871: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4877: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4881: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4882: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:4885: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4887: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4887: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4889: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4909: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4938: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4948: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4952: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:4954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4956: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4960: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4967: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4970: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:4972: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4974: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4998: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5004: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5021: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5022: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:5025: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/regexp.c:5026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5029: Small and focused functions are preferred: () has 1027 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [2]
src/nvim/regexp.c:5031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5070: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp.c:5071: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp.c:5073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5091: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5094: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5097: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5100: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5107: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:5108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5115: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5120: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5122: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5123: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5124: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5126: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5132: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:5133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5141: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5146: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5148: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5149: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5150: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5152: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5158: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:5159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5166: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5171: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5173: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5174: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5175: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5177: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5183: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:5184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5189: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5194: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5199: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5200: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5201: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5203: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5214: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5219: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5222: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5225: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5226: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5227: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5228: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5229: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5231: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5335: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5338: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:5343: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5347: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5355: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:5356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5363: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5368: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5370: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5371: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5372: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5373: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5377: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5379: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5381: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5390: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5392: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5395: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5422: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5426: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5429: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5431: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5444: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5446: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:5450: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:5452: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:5455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5471: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:5479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5486: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:5490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5502: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:5514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5524: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:5536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5554: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5572: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5582: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5615: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5617: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5628: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/regexp.c:5635: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5657: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5659: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5662: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5664: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5666: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5668: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5673: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5675: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5677: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5704: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5707: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:5710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5716: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp.c:5718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5718: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5720: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5722: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5744: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:5752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5753: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5755: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:5756: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:5757: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5759: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6018: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/regexp.c:6033: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/regexp.c:6045: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/regexp.c:6063: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/regexp.c:6075: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/regexp.c:6087: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/regexp.c:6127: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/regexp.c:6137: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/regexp.c:6141: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6152: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6152: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6152: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6152: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6153: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6153: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6153: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6153: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6154: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6154: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6154: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6154: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6155: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6155: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6155: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6155: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6156: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6156: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6156: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6156: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6157: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6157: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6157: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6157: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6158: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6158: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6158: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6158: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6159: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6159: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6159: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6159: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6160: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6160: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6160: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6160: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6161: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6161: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6161: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6162: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6162: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6162: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6163: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6163: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6163: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6164: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6164: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6164: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6165: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6165: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6165: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6166: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6166: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6166: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6167: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6167: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6167: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6168: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6168: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6168: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6169: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6169: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6169: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6170: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6170: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6170: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6171: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6171: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6171: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6172: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6172: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6172: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6173: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6173: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6173: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6174: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6174: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6174: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6175: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6175: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6176: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6176: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6176: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6177: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6177: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6177: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6178: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6178: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6178: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6179: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6179: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6179: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6180: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6180: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6180: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6181: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6181: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6182: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6182: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6182: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6183: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6183: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6184: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6184: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6184: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6185: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6185: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6185: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6186: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6186: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6187: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6187: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6187: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6188: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6188: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6188: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6188: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6189: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6189: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6190: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6190: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6190: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6191: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6191: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6191: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6192: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6192: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6192: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6193: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6193: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6193: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6194: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6194: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6194: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6195: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6195: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6195: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6196: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6196: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6196: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6197: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6197: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6197: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6198: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6198: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6198: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6199: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6199: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6199: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6226: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6228: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6228: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6230: Missing space before asterisk in size_t)* [whitespace/operators] [2]
src/nvim/regexp.c:6233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6257: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6262: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6277: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6285: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6287: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6289: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6291: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6297: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6299: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6302: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6304: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:6304: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:6305: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6367: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:6370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6379: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6380: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6383: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6387: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6389: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6391: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6393: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6394: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6395: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6401: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6403: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6408: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:6410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6437: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp.c:6443: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:6447: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/regexp.c:6451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6454: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:6458: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp.c:6468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6477: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6516: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:6518: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:6520: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:6523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6526: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6528: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6529: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6536: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6538: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:6542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6558: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:6560: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6562: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6564: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6566: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6607: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6613: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6615: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6619: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6623: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6626: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6629: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6635: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6644: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6646: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:6651: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6657: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6659: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6659: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6661: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6664: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6669: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6671: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6678: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6680: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6682: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6684: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6686: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6688: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6691: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6708: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6710: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6713: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6716: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6719: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6727: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6729: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6734: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6737: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6742: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6743: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6750: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6791: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6801: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:6803: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6807: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6813: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6815: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6824: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6825: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6828: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6831: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6833: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6835: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6837: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:6839: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6841: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6850: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6852: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6976: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:6976: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/regexp.c:6983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6988: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:7002: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:7004: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:7026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:7031: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:7086: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:7088: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:7088: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:7109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:7119: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:7120: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:7121: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:7122: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:7123: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:7124: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:7120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:7121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:7122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:7123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:7124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:49: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:50: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:52: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:57: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:57: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:58: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:88: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:166: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:167: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:168: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:169: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:170: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:171: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:172: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:173: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:174: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:175: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:176: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:177: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:178: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:179: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:180: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:181: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:182: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:183: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:184: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:185: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:186: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:187: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:188: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:189: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:190: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:191: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:192: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:193: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:194: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:195: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:196: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:201: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:202: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:203: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:204: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:205: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:206: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:207: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:208: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:209: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:210: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:211: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:212: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:213: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:214: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:237: Missing space after , [whitespace/comma] [3]
src/nvim/regexp_nfa.c:252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:306: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:340: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:372: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:395: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:396: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:410: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:467: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:523: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:529: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:549: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:556: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:563: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:565: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:608: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:612: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:612: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:613: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:615: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:656: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:662: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:664: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:668: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:671: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:671: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1110: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1123: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1132: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1139: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1179: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1201: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1204: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1204: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:1205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1212: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1244: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1261: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1290: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1299: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1301: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1307: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1317: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1339: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1376: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:1377: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1379: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1381: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1385: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1387: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1407: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1414: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1417: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1418: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1421: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1422: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1425: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1431: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1437: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1469: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:1475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1480: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1482: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1485: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:1493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1494: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1498: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1505: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1579: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1600: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1602: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1610: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1619: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1626: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1632: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1635: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1636: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:1642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1657: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1671: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1674: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1674: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1676: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1696: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1696: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1698: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1710: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1735: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1737: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1752: Small and focused functions are preferred: nfa_regatom() has 515 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/regexp_nfa.c:1754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1770: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1786: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1790: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1813: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1817: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:1824: Missing space before ( in switch( [whitespace/parens] [5]
src/nvim/regexp_nfa.c:1826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1835: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1838: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1852: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1870: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1874: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1876: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1882: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1885: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1912: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1917: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1922: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1924: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1926: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:1929: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1931: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1946: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1965: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1966: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1974: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2011: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2013: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2013: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2015: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2016: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2044: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2054: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2057: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2064: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2081: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:2082: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:2083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2083: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:2089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2089: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2094: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2099: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2104: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2111: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2113: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2116: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2118: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2126: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2128: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:2139: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2142: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2355: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2355: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2357: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:2362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2373: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2375: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2383: for should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2407: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2422: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:2427: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2428: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2429: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2430: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2431: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2438: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2440: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2468: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2470: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2472: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2473: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2487: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2511: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2582: while should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2640: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2655: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2671: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2685: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2693: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2695: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2697: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2698: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:2700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2711: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:2741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2742: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2744: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2745: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:2752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2855: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2891: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2896: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2903: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2910: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:2913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2917: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2929: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2936: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2943: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2949: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2957: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2963: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2971: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2977: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2984: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2990: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3000: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3006: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3016: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3032: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3037: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3059: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3069: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3071: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3119: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3129: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3135: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3139: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3152: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3186: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3217: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3220: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3231: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3235: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3239: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3264: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3269: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3272: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3293: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3298: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3309: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3314: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3318: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:3319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3320: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:3321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3323: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3369: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:3377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3379: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3380: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3381: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3381: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:3385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3393: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3394: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3395: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3403: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3405: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:3410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3425: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3433: for should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3434: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3436: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3437: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3438: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3439: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3440: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3441: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3441: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:3446: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3447: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3448: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3456: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3458: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3458: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:3460: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3459: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/regexp_nfa.c:3467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3479: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3486: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3489: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3490: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3503: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3505: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3506: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3507: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3509: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3510: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3519: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3523: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3525: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3526: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3527: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3529: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3530: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3541: Missing space before { [whitespace/braces] [5]
src/nvim/regexp_nfa.c:3546: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3565: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:3566: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3568: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3570: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3572: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3574: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3575: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3576: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3578: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3592: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3596: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3601: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:3602: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3604: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3606: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3608: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3610: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3611: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3625: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3631: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3636: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3637: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3638: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3639: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3642: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3644: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3646: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3650: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3651: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3660: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:3661: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3671: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:3673: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3678: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3680: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3692: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3695: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3697: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3699: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3700: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3702: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3716: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3717: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3726: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3781: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3784: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3786: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3794: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3801: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:3802: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3809: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3810: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3812: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3821: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3826: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:3839: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3877: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3922: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3929: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3942: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3955: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3957: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3957: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:3959: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3962: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3966: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3971: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4036: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:4046: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/regexp_nfa.c:4058: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:4068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4069: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4071: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4075: Missing space before { [whitespace/braces] [5]
src/nvim/regexp_nfa.c:4079: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/regexp_nfa.c:4081: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:4089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4127: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4152: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4154: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4157: Missing space before { [whitespace/braces] [5]
src/nvim/regexp_nfa.c:4161: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/regexp_nfa.c:4169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4175: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4176: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4192: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4197: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4210: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4211: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4213: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4214: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4216: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4217: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4224: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4225: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4227: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4228: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4231: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:4235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4242: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4246: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4250: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4254: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4258: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4262: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4266: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4270: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4274: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4278: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4282: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4286: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4290: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4294: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4298: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4302: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4318: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4319: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4331: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4335: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4343: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4345: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4348: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4349: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4350: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4351: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4352: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4353: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4354: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4357: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4363: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4366: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4375: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4376: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4387: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4393: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4395: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4413: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:4417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4428: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:4434: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4435: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4445: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/regexp_nfa.c:4455: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4459: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4461: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4476: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:4479: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4481: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4492: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4506: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:4511: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4513: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:4519: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4532: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4538: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:4539: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4548: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4550: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4550: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:4551: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:4555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4557: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4569: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4573: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4573: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:4582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4594: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4599: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4730: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4747: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4751: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4753: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4827: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:4831: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4848: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4854: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4855: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4857: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4872: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4876: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4876: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:4883: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4886: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4898: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:4902: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:4911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4927: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4934: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4935: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:4949: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4950: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4955: for should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4967: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4971: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:4982: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4984: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4986: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4990: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4991: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5010: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5012: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5021: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5042: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5045: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:5050: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:5052: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5053: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5058: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5068: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5075: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5077: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5092: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5093: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5107: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5115: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5131: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5160: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:5163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5167: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5187: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5193: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5204: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:5209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5212: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5217: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5231: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5235: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5239: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:5246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5282: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5284: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5285: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5286: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:5289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5291: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5292: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5293: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:5294: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5295: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:5298: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5306: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5307: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5308: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5309: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:5312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5315: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5317: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5318: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:5321: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5364: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5366: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:5368: while should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5372: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/regexp_nfa.c:5378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5384: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5393: for should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5393: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:5394: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5402: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:5405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5413: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5436: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5452: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5460: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5462: for should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5462: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:5465: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5468: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5512: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5517: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5522: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5527: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5533: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5538: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5543: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5548: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5553: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5558: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5563: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5568: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5573: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5578: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5583: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5588: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5593: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5598: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5603: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5608: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5613: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5618: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5623: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5628: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5633: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5638: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5776: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5804: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5874: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5879: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5891: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:5892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5898: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5900: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:5903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5914: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5926: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5935: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:5937: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5951: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5953: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:5954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5970: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5972: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:5972: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:5974: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5978: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:5979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5989: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6008: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6017: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6021: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6032: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6034: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6040: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6043: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:6047: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:6056: for should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6065: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6067: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:6070: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:6081: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6097: Small and focused functions are preferred: nfa_regmatch() has 989 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/regexp_nfa.c:6099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6118: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6127: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:6137: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6161: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:6162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6170: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6172: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6199: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6202: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6216: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:6217: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:6219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6245: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6246: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6247: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:6248: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6251: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6252: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6264: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6267: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6270: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6271: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6272: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:6273: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6278: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6283: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6290: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6294: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:6308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6317: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6332: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6351: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:6358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6362: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6373: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6374: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6435: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:6436: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:6438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6450: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6498: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6500: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:132: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:173: if should always use braces [readability/braces] [5]
src/nvim/screen.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:175: if should always use braces [readability/braces] [5]
src/nvim/screen.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:227: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:234: if should always use braces [readability/braces] [5]
src/nvim/screen.c:236: if should always use braces [readability/braces] [5]
src/nvim/screen.c:241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:243: if should always use braces [readability/braces] [5]
src/nvim/screen.c:244: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:265: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:269: if should always use braces [readability/braces] [5]
src/nvim/screen.c:269: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:273: if should always use braces [readability/braces] [5]
src/nvim/screen.c:276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:284: if should always use braces [readability/braces] [5]
src/nvim/screen.c:287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:292: if should always use braces [readability/braces] [5]
src/nvim/screen.c:293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:297: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:298: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:298: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:305: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:306: if should always use braces [readability/braces] [5]
src/nvim/screen.c:308: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:309: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:310: if should always use braces [readability/braces] [5]
src/nvim/screen.c:324: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:329: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:330: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:333: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:340: if should always use braces [readability/braces] [5]
src/nvim/screen.c:343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:348: if should always use braces [readability/braces] [5]
src/nvim/screen.c:349: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:353: if should always use braces [readability/braces] [5]
src/nvim/screen.c:358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:361: if should always use braces [readability/braces] [5]
src/nvim/screen.c:363: if should always use braces [readability/braces] [5]
src/nvim/screen.c:375: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:379: if should always use braces [readability/braces] [5]
src/nvim/screen.c:382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:391: for should always use braces [readability/braces] [5]
src/nvim/screen.c:392: if should always use braces [readability/braces] [5]
src/nvim/screen.c:394: if should always use braces [readability/braces] [5]
src/nvim/screen.c:395: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:396: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:405: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:410: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:423: if should always use braces [readability/braces] [5]
src/nvim/screen.c:426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:432: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:436: if should always use braces [readability/braces] [5]
src/nvim/screen.c:439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:440: if should always use braces [readability/braces] [5]
src/nvim/screen.c:442: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:443: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/screen.c:446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:454: if should always use braces [readability/braces] [5]
src/nvim/screen.c:455: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:456: if should always use braces [readability/braces] [5]
src/nvim/screen.c:458: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:460: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:462: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:464: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:465: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:475: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:478: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:490: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:502: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:512: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:526: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:531: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:551: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:616: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:618: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:620: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:622: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:624: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:624: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:627: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:634: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:635: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:638: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:655: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:681: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:694: if should always use braces [readability/braces] [5]
src/nvim/screen.c:696: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:707: if should always use braces [readability/braces] [5]
src/nvim/screen.c:711: if should always use braces [readability/braces] [5]
src/nvim/screen.c:714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:720: if should always use braces [readability/braces] [5]
src/nvim/screen.c:722: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:723: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:723: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:728: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:752: for should always use braces [readability/braces] [5]
src/nvim/screen.c:752: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:754: if should always use braces [readability/braces] [5]
src/nvim/screen.c:766: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:767: if should always use braces [readability/braces] [5]
src/nvim/screen.c:770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:771: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:772: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:773: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:774: if should always use braces [readability/braces] [5]
src/nvim/screen.c:778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:783: if should always use braces [readability/braces] [5]
src/nvim/screen.c:785: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:791: if should always use braces [readability/braces] [5]
src/nvim/screen.c:795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:801: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:808: if should always use braces [readability/braces] [5]
src/nvim/screen.c:809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:811: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:820: if should always use braces [readability/braces] [5]
src/nvim/screen.c:823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:844: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:854: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:855: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:856: if should always use braces [readability/braces] [5]
src/nvim/screen.c:858: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:860: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:865: if should always use braces [readability/braces] [5]
src/nvim/screen.c:868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:874: if should always use braces [readability/braces] [5]
src/nvim/screen.c:875: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:876: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:881: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:885: if should always use braces [readability/braces] [5]
src/nvim/screen.c:887: for should always use braces [readability/braces] [5]
src/nvim/screen.c:889: while should always use braces [readability/braces] [5]
src/nvim/screen.c:890: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:892: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:894: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:896: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:927: if should always use braces [readability/braces] [5]
src/nvim/screen.c:929: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:934: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:935: if should always use braces [readability/braces] [5]
src/nvim/screen.c:935: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:937: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:968: if should always use braces [readability/braces] [5]
src/nvim/screen.c:970: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:985: if should always use braces [readability/braces] [5]
src/nvim/screen.c:985: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:988: if should always use braces [readability/braces] [5]
src/nvim/screen.c:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:997: if should always use braces [readability/braces] [5]
src/nvim/screen.c:997: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1034: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1036: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1038: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1040: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1054: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1060: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1063: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1065: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1067: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1081: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1086: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1087: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1092: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1094: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1114: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1122: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1124: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1141: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1143: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1146: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1148: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1150: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1151: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1153: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1154: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1158: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1199: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1205: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1235: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:1237: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:1235: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:1237: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:1235: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:1237: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:1235: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:1237: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:1235: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:1237: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:1235: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:1237: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:1235: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:1237: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:1241: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:1242: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1243: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1262: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1265: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1273: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1274: while should always use braces [readability/braces] [5]
src/nvim/screen.c:1282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1290: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1291: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1291: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1292: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1293: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1294: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1296: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1297: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1298: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1311: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1313: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1313: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1314: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1315: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1316: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1316: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1318: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1325: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1327: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1327: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1328: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1329: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1330: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1330: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1332: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1360: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1362: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1368: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1370: for should always use braces [readability/braces] [5]
src/nvim/screen.c:1370: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1378: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1393: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1394: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1395: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1412: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1421: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1428: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1431: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1432: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1433: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1436: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1438: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1443: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1450: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1459: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1465: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1508: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1510: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1512: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1517: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1545: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1556: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1561: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1563: Small and focused functions are preferred: win_update() has 627 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/screen.c:1566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1570: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:1581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1582: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1612: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1622: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1630: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1657: while should always use braces [readability/braces] [5]
src/nvim/screen.c:1658: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1679: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:1692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1709: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1711: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1718: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1723: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1725: for should always use braces [readability/braces] [5]
src/nvim/screen.c:1725: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1727: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1733: for should always use braces [readability/braces] [5]
src/nvim/screen.c:1733: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1735: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1735: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/screen.c:1736: for should always use braces [readability/braces] [5]
src/nvim/screen.c:1736: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1765: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1768: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1771: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1771: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1782: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/screen.c:1783: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1786: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1787: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1815: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1817: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1824: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1856: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1858: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1862: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1864: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1868: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1870: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1873: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1882: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1885: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1887: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1894: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1903: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1909: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1936: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1936: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1936: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1936: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1936: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1936: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1936: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1940: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1944: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1947: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1981: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1983: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1985: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1991: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2015: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2017: for should always use braces [readability/braces] [5]
src/nvim/screen.c:2017: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:2021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2026: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:2029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2083: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:2088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2102: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:2103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2108: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:2108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2109: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:2110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2128: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2130: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2135: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2136: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:2136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2136: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2143: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2146: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2152: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:2152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2157: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:2157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2166: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2174: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2178: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:2178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2180: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:2180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2181: Use operator || instead of or [readability/alt_tokens] [2]
src/nvim/screen.c:2183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2225: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2240: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2242: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2243: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2244: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2244: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2246: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2247: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2258: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2267: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2274: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2280: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2287: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2289: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2315: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2317: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2318: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2320: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2320: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2322: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2332: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2334: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2334: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2336: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2338: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2338: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2340: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:2346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2347: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2349: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2353: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2360: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/screen.c:2364: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2366: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:2367: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2373: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2376: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2378: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2385: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2387: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2389: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2391: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2394: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2396: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2402: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2403: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2406: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2408: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2409: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2411: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2416: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2462: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2464: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2483: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:2484: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:2485: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:2486: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:2487: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:2488: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:2489: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/screen.c:2489: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:2493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2505: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2507: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2511: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2512: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2523: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2526: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2540: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2546: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2562: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2566: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2575: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2576: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2577: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2579: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2580: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2603: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:2613: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:2622: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2646: Missing space after { [whitespace/braces] [5]
src/nvim/screen.c:2646: Missing space before } [whitespace/braces] [5]
src/nvim/screen.c:2660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2682: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/screen.c:2685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2702: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2723: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2726: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2726: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2737: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:2736: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/screen.c:2738: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2739: for should always use braces [readability/braces] [5]
src/nvim/screen.c:2739: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:2741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2741: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2745: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2753: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2771: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:2772: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/screen.c:2782: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:2782: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2785: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2794: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2796: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2798: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2800: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2810: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2814: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2831: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2844: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2846: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2853: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2860: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2876: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2877: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2878: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2883: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2884: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2889: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/screen.c:2892: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:2916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2918: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2923: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2925: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2931: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2934: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2935: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:2938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2945: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2953: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2954: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2955: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2960: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2961: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2963: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2965: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2971: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2974: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2993: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/screen.c:2997: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2997: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2998: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2999: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3001: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3022: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3025: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3026: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3035: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3036: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3038: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3040: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3046: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3048: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3051: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3057: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3058: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3063: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3067: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3068: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3074: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3076: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3092: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3097: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3099: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3106: for should always use braces [readability/braces] [5]
src/nvim/screen.c:3106: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:3132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3134: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3136: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3156: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3160: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3162: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3166: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3168: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3168: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3195: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3196: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3200: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3205: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3206: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3222: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3225: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/screen.c:3232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3239: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3242: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:3243: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:3243: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3246: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3247: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3248: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3253: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3256: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3258: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3262: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3264: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3276: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3279: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3280: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3287: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3292: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3294: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3323: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3334: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3341: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3343: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3368: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/screen.c:3376: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3416: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3419: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3420: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3519: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3533: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3534: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3533: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3534: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3533: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3534: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3533: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3534: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3546: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3549: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3549: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3561: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3568: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3571: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3572: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3578: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3599: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3607: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3608: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3607: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3608: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3610: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3612: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3613: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3614: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/screen.c:3615: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3616: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3614: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:3615: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3616: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3621: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3624: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3627: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3666: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3681: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3686: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3689: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3690: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3693: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3705: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3709: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3737: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3740: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3741: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3756: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3757: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3763: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3764: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3765: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3766: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3766: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3770: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3783: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3784: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:3788: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3791: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3802: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3810: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3811: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3812: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3817: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3818: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3820: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3822: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3828: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3829: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3831: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3832: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3834: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3846: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3847: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3848: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3852: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3854: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3858: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3865: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3879: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3881: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3883: for should always use braces [readability/braces] [5]
src/nvim/screen.c:3883: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:3884: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3889: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3891: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3892: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3894: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:3896: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3898: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3900: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3903: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3906: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3944: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3945: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3944: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3945: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3953: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3956: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3957: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3961: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3991: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3992: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3996: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4004: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4006: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:4008: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4011: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:4017: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:4040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4041: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4042: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4046: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4047: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4049: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4050: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4053: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4054: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4055: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4088: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4089: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4091: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4092: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4097: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4098: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4100: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4101: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4110: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/screen.c:4111: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:4112: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4116: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4119: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4121: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4125: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4129: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4137: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:4138: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:4147: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4148: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4152: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4154: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:4157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4168: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4176: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4190: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4202: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4204: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4205: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4210: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:4211: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:4216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4236: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4237: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4238: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4241: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4244: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/screen.c:4245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4254: Small and focused functions are preferred: () has 1652 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [2]
src/nvim/screen.c:4257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4265: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:4266: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4267: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4268: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4271: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4284: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4313: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:4321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4321: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4323: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/screen.c:4324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4325: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4331: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4333: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4349: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4350: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4352: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4354: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4365: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4367: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:4372: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4387: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4396: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4399: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4407: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4413: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4421: for should always use braces [readability/braces] [5]
src/nvim/screen.c:4421: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:4425: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4431: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4434: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4436: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:4446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4449: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4457: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/screen.c:4458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4463: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4464: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4468: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4490: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:4495: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:4496: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4509: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:4516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4521: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/screen.c:4524: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4537: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4553: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4562: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4563: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4564: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:4565: for should always use braces [readability/braces] [5]
src/nvim/screen.c:4567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4569: while should always use braces [readability/braces] [5]
src/nvim/screen.c:4575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4587: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4588: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4604: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4628: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4644: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:4647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4660: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4665: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4670: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4677: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4681: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4683: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:4684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4686: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4689: for should always use braces [readability/braces] [5]
src/nvim/screen.c:4689: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:4691: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4698: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:4700: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4703: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4704: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4707: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4710: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4712: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4715: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4742: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:4743: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:4755: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4761: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4767: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4780: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4782: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4783: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4795: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4827: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4831: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4833: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4835: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4838: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4845: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4856: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4879: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4892: for should always use braces [readability/braces] [5]
src/nvim/screen.c:4899: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4911: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4913: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4918: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4925: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4927: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:4932: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4941: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4946: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4948: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4950: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4951: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4957: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4961: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4976: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4979: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4980: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4984: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4992: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:4994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5000: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5001: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5011: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5012: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5013: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5017: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5019: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5022: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5023: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/screen.c:5024: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5036: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:5038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5041: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5063: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5065: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5085: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5087: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5088: while should always use braces [readability/braces] [5]
src/nvim/screen.c:5090: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5094: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5099: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5106: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5108: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5111: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5117: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5124: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5130: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5131: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5144: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5159: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5161: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5163: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5165: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5193: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5204: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5206: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5206: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5228: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5230: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5251: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:5252: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5253: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5254: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5257: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5286: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5291: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5301: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5318: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5328: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5330: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5332: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5334: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5336: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5336: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5337: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5339: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5340: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5351: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5357: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5369: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5393: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5394: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5395: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5402: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5406: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5415: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5417: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5417: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5421: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:5423: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5439: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5452: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5453: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5454: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5461: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5463: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5504: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5506: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5528: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:5528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5538: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5539: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5540: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5542: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5543: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5549: for should always use braces [readability/braces] [5]
src/nvim/screen.c:5550: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:5551: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5552: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5552: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5558: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/screen.c:5562: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5571: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5576: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5590: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:5592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5609: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5611: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5619: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5632: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5634: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5635: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5636: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5636: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5640: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5642: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5646: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5648: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5649: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5650: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5662: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:5663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5672: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5676: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/screen.c:5676: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5700: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/screen.c:5760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5770: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5787: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5792: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5819: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5840: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:5849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5849: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5851: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5853: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5859: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:5872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5877: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5885: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5886: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5892: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5893: while should always use braces [readability/braces] [5]
src/nvim/screen.c:5895: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5896: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5897: while should always use braces [readability/braces] [5]
src/nvim/screen.c:5899: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5908: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5911: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5914: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5919: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:5930: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5934: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5937: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5939: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5944: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5945: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5947: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5948: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5949: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5950: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5951: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5967: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5968: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5969: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5998: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6021: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6038: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6040: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6046: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:6048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6066: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6074: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6074: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6077: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6093: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6093: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6094: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6110: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6116: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6131: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6133: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6135: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6145: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6148: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6149: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6149: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6151: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6152: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6154: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6156: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6158: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6161: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6163: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6167: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6170: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6171: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6175: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6176: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6177: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6177: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6179: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6180: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6181: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6183: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6185: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6186: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6188: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6189: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6201: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6201: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6217: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6221: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6222: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:6224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6229: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6241: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6241: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6271: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6288: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6290: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6294: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6295: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6296: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6299: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6300: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6301: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6307: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6308: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6317: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6319: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6332: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6337: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6338: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6338: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6340: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6342: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6344: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6346: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6357: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6360: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6361: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6364: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6365: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6360: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6361: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6364: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6365: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6361: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6364: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6383: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6386: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6389: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6392: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6393: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6402: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6404: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6405: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6406: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6407: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6414: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6415: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6418: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6429: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6449: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6452: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6455: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6456: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6460: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6470: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6471: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6479: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/screen.c:6480: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6486: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:6494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6508: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6513: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6516: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6529: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6532: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6552: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:6557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6564: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6572: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6581: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6590: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6606: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:6611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6618: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6626: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6635: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6645: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6677: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:6679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6685: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6692: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6696: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6709: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6712: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6715: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6721: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6723: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6731: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:6733: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6735: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6736: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6739: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:6741: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6743: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6745: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6747: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6750: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6752: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6755: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6778: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6787: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6788: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6790: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6794: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:6795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6799: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6804: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6807: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6808: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6809: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6872: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:6874: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6877: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6891: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6892: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6893: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6895: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6899: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:6920: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6922: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6925: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6938: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6939: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6940: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6941: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6946: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6952: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6964: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6969: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/screen.c:6973: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6993: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6995: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7012: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:7015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7021: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7023: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:7024: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:7028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7044: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7048: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7060: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7062: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:7066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7089: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7093: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:7098: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:7101: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7107: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7114: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7121: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7126: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7127: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7130: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7136: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:7137: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:7138: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7140: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7148: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:7149: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7150: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:7151: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:7153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7158: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7159: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7160: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7161: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7162: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7163: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7164: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7165: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7166: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7167: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/screen.c:7187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7190: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:7192: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:7198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7203: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7204: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7207: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7208: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7218: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7219: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:7221: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7225: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7230: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7232: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:7234: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:7238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7248: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:7254: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7255: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7256: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7278: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7281: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:7282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7285: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7292: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:7295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7296: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7312: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:7314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7318: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7321: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7334: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7337: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:7346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7374: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7375: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:7383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7384: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:7386: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7392: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:82: Missing space after { [whitespace/braces] [5]
src/nvim/search.c:82: Missing space before } [whitespace/braces] [5]
src/nvim/search.c:84: Missing space after { [whitespace/braces] [5]
src/nvim/search.c:84: Missing space before } [whitespace/braces] [5]
src/nvim/search.c:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:89: Missing space after { [whitespace/braces] [5]
src/nvim/search.c:89: Missing space before } [whitespace/braces] [5]
src/nvim/search.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:90: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/search.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:91: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:101: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:128: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:129: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:140: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:147: if should always use braces [readability/braces] [5]
src/nvim/search.c:149: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:152: if should always use braces [readability/braces] [5]
src/nvim/search.c:154: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:156: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:162: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:163: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:167: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:172: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:173: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:182: if should always use braces [readability/braces] [5]
src/nvim/search.c:184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:185: if should always use braces [readability/braces] [5]
src/nvim/search.c:192: if should always use braces [readability/braces] [5]
src/nvim/search.c:197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:219: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:225: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:244: if should always use braces [readability/braces] [5]
src/nvim/search.c:246: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:260: if should always use braces [readability/braces] [5]
src/nvim/search.c:263: if should always use braces [readability/braces] [5]
src/nvim/search.c:299: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:314: if should always use braces [readability/braces] [5]
src/nvim/search.c:318: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:334: if should always use braces [readability/braces] [5]
src/nvim/search.c:335: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:338: if should always use braces [readability/braces] [5]
src/nvim/search.c:340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:340: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:342: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:344: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:346: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:347: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:348: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:349: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:351: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:366: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:373: if should always use braces [readability/braces] [5]
src/nvim/search.c:375: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:411: if should always use braces [readability/braces] [5]
src/nvim/search.c:413: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:418: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:421: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:422: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:424: if should always use braces [readability/braces] [5]
src/nvim/search.c:429: if should always use braces [readability/braces] [5]
src/nvim/search.c:431: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:436: if should always use braces [readability/braces] [5]
src/nvim/search.c:440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:451: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:453: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:476: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/search.c:475: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/search.c:475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:476: Extra space for operator ! [whitespace/operators] [4]
src/nvim/search.c:483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:483: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/search.c:484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:505: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:508: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:509: if should always use braces [readability/braces] [5]
src/nvim/search.c:514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:517: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:541: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:545: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:558: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:559: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:562: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:564: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:566: if should always use braces [readability/braces] [5]
src/nvim/search.c:569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:570: if should always use braces [readability/braces] [5]
src/nvim/search.c:582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:587: if should always use braces [readability/braces] [5]
src/nvim/search.c:589: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:590: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:598: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:623: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:661: if should always use braces [readability/braces] [5]
src/nvim/search.c:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:672: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:696: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:707: if should always use braces [readability/braces] [5]
src/nvim/search.c:710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:713: if should always use braces [readability/braces] [5]
src/nvim/search.c:716: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:717: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:721: if should always use braces [readability/braces] [5]
src/nvim/search.c:725: if should always use braces [readability/braces] [5]
src/nvim/search.c:728: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:729: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:732: if should always use braces [readability/braces] [5]
src/nvim/search.c:734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:735: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:736: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:737: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:735: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:736: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:737: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:737: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/search.c:740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:742: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:749: if should always use braces [readability/braces] [5]
src/nvim/search.c:753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:765: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:767: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:767: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:770: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:773: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:791: if should always use braces [readability/braces] [5]
src/nvim/search.c:794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:800: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:804: if should always use braces [readability/braces] [5]
src/nvim/search.c:805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:807: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:814: if should always use braces [readability/braces] [5]
src/nvim/search.c:819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:826: if should always use braces [readability/braces] [5]
src/nvim/search.c:828: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:830: if should always use braces [readability/braces] [5]
src/nvim/search.c:832: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:834: if should always use braces [readability/braces] [5]
src/nvim/search.c:838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:845: if should always use braces [readability/braces] [5]
src/nvim/search.c:847: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:848: if should always use braces [readability/braces] [5]
src/nvim/search.c:850: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:852: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:853: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:855: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:863: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:864: if should always use braces [readability/braces] [5]
src/nvim/search.c:865: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:887: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:888: if should always use braces [readability/braces] [5]
src/nvim/search.c:898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:942: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:957: if should always use braces [readability/braces] [5]
src/nvim/search.c:959: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:959: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:964: if should always use braces [readability/braces] [5]
src/nvim/search.c:966: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:973: if should always use braces [readability/braces] [5]
src/nvim/search.c:974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:976: if should always use braces [readability/braces] [5]
src/nvim/search.c:980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:985: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1027: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1028: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1036: if should always use braces [readability/braces] [5]
src/nvim/search.c:1037: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1038: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1040: if should always use braces [readability/braces] [5]
src/nvim/search.c:1042: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1044: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/search.c:1045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1046: if should always use braces [readability/braces] [5]
src/nvim/search.c:1048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1048: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1050: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1052: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1053: while should always use braces [readability/braces] [5]
src/nvim/search.c:1054: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1068: if should always use braces [readability/braces] [5]
src/nvim/search.c:1070: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1079: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:1084: if should always use braces [readability/braces] [5]
src/nvim/search.c:1086: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1088: if should always use braces [readability/braces] [5]
src/nvim/search.c:1090: if should always use braces [readability/braces] [5]
src/nvim/search.c:1091: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/search.c:1092: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1097: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1111: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:1117: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1119: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1132: for should always use braces [readability/braces] [5]
src/nvim/search.c:1132: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:1133: if should always use braces [readability/braces] [5]
src/nvim/search.c:1135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1140: for should always use braces [readability/braces] [5]
src/nvim/search.c:1140: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:1141: if should always use braces [readability/braces] [5]
src/nvim/search.c:1143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1150: if should always use braces [readability/braces] [5]
src/nvim/search.c:1151: Missing space after , [whitespace/comma] [3]
src/nvim/search.c:1154: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:1161: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:1163: if should always use braces [readability/braces] [5]
src/nvim/search.c:1164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1169: if should always use braces [readability/braces] [5]
src/nvim/search.c:1170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1180: if should always use braces [readability/braces] [5]
src/nvim/search.c:1182: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1184: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1193: while should always use braces [readability/braces] [5]
src/nvim/search.c:1194: if should always use braces [readability/braces] [5]
src/nvim/search.c:1197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1198: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/search.c:1198: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:1199: while should always use braces [readability/braces] [5]
src/nvim/search.c:1200: if should always use braces [readability/braces] [5]
src/nvim/search.c:1206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1214: if should always use braces [readability/braces] [5]
src/nvim/search.c:1223: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1226: if should always use braces [readability/braces] [5]
src/nvim/search.c:1229: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1232: if should always use braces [readability/braces] [5]
src/nvim/search.c:1239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1254: if should always use braces [readability/braces] [5]
src/nvim/search.c:1261: if should always use braces [readability/braces] [5]
src/nvim/search.c:1270: if should always use braces [readability/braces] [5]
src/nvim/search.c:1277: if should always use braces [readability/braces] [5]
src/nvim/search.c:1279: if should always use braces [readability/braces] [5]
src/nvim/search.c:1281: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1289: if should always use braces [readability/braces] [5]
src/nvim/search.c:1291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1294: if should always use braces [readability/braces] [5]
src/nvim/search.c:1302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1320: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1329: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/search.c:1330: if should always use braces [readability/braces] [5]
src/nvim/search.c:1331: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/search.c:1334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1335: if should always use braces [readability/braces] [5]
src/nvim/search.c:1337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1337: if should always use braces [readability/braces] [5]
src/nvim/search.c:1339: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1348: if should always use braces [readability/braces] [5]
src/nvim/search.c:1349: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1352: if should always use braces [readability/braces] [5]
src/nvim/search.c:1354: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1366: if should always use braces [readability/braces] [5]
src/nvim/search.c:1369: if should always use braces [readability/braces] [5]
src/nvim/search.c:1374: if should always use braces [readability/braces] [5]
src/nvim/search.c:1377: if should always use braces [readability/braces] [5]
src/nvim/search.c:1380: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1384: if should always use braces [readability/braces] [5]
src/nvim/search.c:1386: if should always use braces [readability/braces] [5]
src/nvim/search.c:1388: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1397: if should always use braces [readability/braces] [5]
src/nvim/search.c:1398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1400: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1433: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1434: if should always use braces [readability/braces] [5]
src/nvim/search.c:1436: if should always use braces [readability/braces] [5]
src/nvim/search.c:1438: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1453: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:1457: if should always use braces [readability/braces] [5]
src/nvim/search.c:1459: for should always use braces [readability/braces] [5]
src/nvim/search.c:1459: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:1463: for should always use braces [readability/braces] [5]
src/nvim/search.c:1464: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:1464: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:1466: if should always use braces [readability/braces] [5]
src/nvim/search.c:1468: if should always use braces [readability/braces] [5]
src/nvim/search.c:1475: if should always use braces [readability/braces] [5]
src/nvim/search.c:1482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1521: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1527: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1538: if should always use braces [readability/braces] [5]
src/nvim/search.c:1540: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1542: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1553: if should always use braces [readability/braces] [5]
src/nvim/search.c:1559: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1560: if should always use braces [readability/braces] [5]
src/nvim/search.c:1563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1580: if should always use braces [readability/braces] [5]
src/nvim/search.c:1581: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:1582: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:1585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1586: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/search.c:1589: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1593: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1599: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1602: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1617: if should always use braces [readability/braces] [5]
src/nvim/search.c:1618: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1621: if should always use braces [readability/braces] [5]
src/nvim/search.c:1624: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1625: if should always use braces [readability/braces] [5]
src/nvim/search.c:1630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1631: if should always use braces [readability/braces] [5]
src/nvim/search.c:1633: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1640: for should always use braces [readability/braces] [5]
src/nvim/search.c:1647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1650: if should always use braces [readability/braces] [5]
src/nvim/search.c:1651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1654: if should always use braces [readability/braces] [5]
src/nvim/search.c:1656: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1658: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1664: if should always use braces [readability/braces] [5]
src/nvim/search.c:1666: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:1670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1672: if should always use braces [readability/braces] [5]
src/nvim/search.c:1677: if should always use braces [readability/braces] [5]
src/nvim/search.c:1679: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1680: if should always use braces [readability/braces] [5]
src/nvim/search.c:1683: if should always use braces [readability/braces] [5]
src/nvim/search.c:1689: if should always use braces [readability/braces] [5]
src/nvim/search.c:1693: if should always use braces [readability/braces] [5]
src/nvim/search.c:1695: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:1703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1705: if should always use braces [readability/braces] [5]
src/nvim/search.c:1712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1713: if should always use braces [readability/braces] [5]
src/nvim/search.c:1717: if should always use braces [readability/braces] [5]
src/nvim/search.c:1718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1718: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1726: if should always use braces [readability/braces] [5]
src/nvim/search.c:1728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1729: if should always use braces [readability/braces] [5]
src/nvim/search.c:1731: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1733: if should always use braces [readability/braces] [5]
src/nvim/search.c:1737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1742: if should always use braces [readability/braces] [5]
src/nvim/search.c:1746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1747: if should always use braces [readability/braces] [5]
src/nvim/search.c:1750: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1751: if should always use braces [readability/braces] [5]
src/nvim/search.c:1754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1761: if should always use braces [readability/braces] [5]
src/nvim/search.c:1762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1767: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1769: if should always use braces [readability/braces] [5]
src/nvim/search.c:1776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1776: if should always use braces [readability/braces] [5]
src/nvim/search.c:1779: if should always use braces [readability/braces] [5]
src/nvim/search.c:1781: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1782: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1791: if should always use braces [readability/braces] [5]
src/nvim/search.c:1793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1809: if should always use braces [readability/braces] [5]
src/nvim/search.c:1811: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1813: if should always use braces [readability/braces] [5]
src/nvim/search.c:1817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1821: if should always use braces [readability/braces] [5]
src/nvim/search.c:1822: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:1828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1837: if should always use braces [readability/braces] [5]
src/nvim/search.c:1839: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1842: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1844: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1857: if should always use braces [readability/braces] [5]
src/nvim/search.c:1859: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1865: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:1866: if should always use braces [readability/braces] [5]
src/nvim/search.c:1868: if should always use braces [readability/braces] [5]
src/nvim/search.c:1870: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1871: if should always use braces [readability/braces] [5]
src/nvim/search.c:1872: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1881: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1886: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1887: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1888: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:1889: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1897: if should always use braces [readability/braces] [5]
src/nvim/search.c:1898: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1899: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:1900: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1908: if should always use braces [readability/braces] [5]
src/nvim/search.c:1909: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1927: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1928: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1938: for should always use braces [readability/braces] [5]
src/nvim/search.c:1938: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:1939: if should always use braces [readability/braces] [5]
src/nvim/search.c:1943: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1986: if should always use braces [readability/braces] [5]
src/nvim/search.c:1993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1995: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2000: for should always use braces [readability/braces] [5]
src/nvim/search.c:2003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2006: if should always use braces [readability/braces] [5]
src/nvim/search.c:2008: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2008: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2009: if should always use braces [readability/braces] [5]
src/nvim/search.c:2022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2038: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2044: if should always use braces [readability/braces] [5]
src/nvim/search.c:2045: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2046: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2049: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2050: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2053: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2055: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2057: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2061: if should always use braces [readability/braces] [5]
src/nvim/search.c:2063: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2066: if should always use braces [readability/braces] [5]
src/nvim/search.c:2071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2077: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:2078: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:2079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2095: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:2096: if should always use braces [readability/braces] [5]
src/nvim/search.c:2099: if should always use braces [readability/braces] [5]
src/nvim/search.c:2104: if should always use braces [readability/braces] [5]
src/nvim/search.c:2111: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:2117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2123: if should always use braces [readability/braces] [5]
src/nvim/search.c:2125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2125: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2135: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2147: if should always use braces [readability/braces] [5]
src/nvim/search.c:2149: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2172: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2177: if should always use braces [readability/braces] [5]
src/nvim/search.c:2179: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2188: if should always use braces [readability/braces] [5]
src/nvim/search.c:2190: while should always use braces [readability/braces] [5]
src/nvim/search.c:2190: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/search.c:2191: if should always use braces [readability/braces] [5]
src/nvim/search.c:2194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2198: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/search.c:2199: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2200: if should always use braces [readability/braces] [5]
src/nvim/search.c:2202: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2204: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2208: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2213: if should always use braces [readability/braces] [5]
src/nvim/search.c:2215: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2217: if should always use braces [readability/braces] [5]
src/nvim/search.c:2219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2232: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2233: if should always use braces [readability/braces] [5]
src/nvim/search.c:2234: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2240: if should always use braces [readability/braces] [5]
src/nvim/search.c:2242: while should always use braces [readability/braces] [5]
src/nvim/search.c:2243: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/search.c:2248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2248: if should always use braces [readability/braces] [5]
src/nvim/search.c:2254: if should always use braces [readability/braces] [5]
src/nvim/search.c:2256: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2262: while should always use braces [readability/braces] [5]
src/nvim/search.c:2263: if should always use braces [readability/braces] [5]
src/nvim/search.c:2272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2281: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:2282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2294: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/search.c:2294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2302: if should always use braces [readability/braces] [5]
src/nvim/search.c:2305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2312: if should always use braces [readability/braces] [5]
src/nvim/search.c:2315: if should always use braces [readability/braces] [5]
src/nvim/search.c:2318: if should always use braces [readability/braces] [5]
src/nvim/search.c:2326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2326: if should always use braces [readability/braces] [5]
src/nvim/search.c:2327: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2331: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2334: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2346: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:2347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2350: if should always use braces [readability/braces] [5]
src/nvim/search.c:2353: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:2357: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2358: if should always use braces [readability/braces] [5]
src/nvim/search.c:2364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2374: if should always use braces [readability/braces] [5]
src/nvim/search.c:2375: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2376: if should always use braces [readability/braces] [5]
src/nvim/search.c:2378: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2379: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2412: if should always use braces [readability/braces] [5]
src/nvim/search.c:2414: if should always use braces [readability/braces] [5]
src/nvim/search.c:2417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2418: if should always use braces [readability/braces] [5]
src/nvim/search.c:2421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2426: if should always use braces [readability/braces] [5]
src/nvim/search.c:2431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2432: if should always use braces [readability/braces] [5]
src/nvim/search.c:2435: if should always use braces [readability/braces] [5]
src/nvim/search.c:2440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2446: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:2447: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:2449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2462: if should always use braces [readability/braces] [5]
src/nvim/search.c:2466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2472: if should always use braces [readability/braces] [5]
src/nvim/search.c:2474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2474: if should always use braces [readability/braces] [5]
src/nvim/search.c:2477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2480: if should always use braces [readability/braces] [5]
src/nvim/search.c:2483: if should always use braces [readability/braces] [5]
src/nvim/search.c:2487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2494: if should always use braces [readability/braces] [5]
src/nvim/search.c:2498: if should always use braces [readability/braces] [5]
src/nvim/search.c:2505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2521: if should always use braces [readability/braces] [5]
src/nvim/search.c:2524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2524: if should always use braces [readability/braces] [5]
src/nvim/search.c:2528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2533: if should always use braces [readability/braces] [5]
src/nvim/search.c:2536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2536: if should always use braces [readability/braces] [5]
src/nvim/search.c:2540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2543: if should always use braces [readability/braces] [5]
src/nvim/search.c:2547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2549: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2578: if should always use braces [readability/braces] [5]
src/nvim/search.c:2581: if should always use braces [readability/braces] [5]
src/nvim/search.c:2584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2592: if should always use braces [readability/braces] [5]
src/nvim/search.c:2595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2600: if should always use braces [readability/braces] [5]
src/nvim/search.c:2603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2603: if should always use braces [readability/braces] [5]
src/nvim/search.c:2607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2610: if should always use braces [readability/braces] [5]
src/nvim/search.c:2613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2615: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2625: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:2626: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:2628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2639: if should always use braces [readability/braces] [5]
src/nvim/search.c:2641: if should always use braces [readability/braces] [5]
src/nvim/search.c:2644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2648: while should always use braces [readability/braces] [5]
src/nvim/search.c:2649: if should always use braces [readability/braces] [5]
src/nvim/search.c:2653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2657: if should always use braces [readability/braces] [5]
src/nvim/search.c:2659: if should always use braces [readability/braces] [5]
src/nvim/search.c:2666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2672: while should always use braces [readability/braces] [5]
src/nvim/search.c:2673: if should always use braces [readability/braces] [5]
src/nvim/search.c:2674: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2675: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2687: if should always use braces [readability/braces] [5]
src/nvim/search.c:2690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2713: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:2714: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:2716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2721: if should always use braces [readability/braces] [5]
src/nvim/search.c:2723: if should always use braces [readability/braces] [5]
src/nvim/search.c:2729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2733: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:2734: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:2737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2744: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2750: if should always use braces [readability/braces] [5]
src/nvim/search.c:2753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2770: if should always use braces [readability/braces] [5]
src/nvim/search.c:2770: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2780: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2781: if should always use braces [readability/braces] [5]
src/nvim/search.c:2783: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2786: if should always use braces [readability/braces] [5]
src/nvim/search.c:2787: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2798: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2810: if should always use braces [readability/braces] [5]
src/nvim/search.c:2813: if should always use braces [readability/braces] [5]
src/nvim/search.c:2813: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2816: if should always use braces [readability/braces] [5]
src/nvim/search.c:2816: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2824: if should always use braces [readability/braces] [5]
src/nvim/search.c:2827: if should always use braces [readability/braces] [5]
src/nvim/search.c:2827: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2834: if should always use braces [readability/braces] [5]
src/nvim/search.c:2837: if should always use braces [readability/braces] [5]
src/nvim/search.c:2837: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2841: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2859: if should always use braces [readability/braces] [5]
src/nvim/search.c:2861: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2869: if should always use braces [readability/braces] [5]
src/nvim/search.c:2873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2873: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2875: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2911: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2916: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2923: if should always use braces [readability/braces] [5]
src/nvim/search.c:2924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2924: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2925: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2929: if should always use braces [readability/braces] [5]
src/nvim/search.c:2932: if should always use braces [readability/braces] [5]
src/nvim/search.c:2935: if should always use braces [readability/braces] [5]
src/nvim/search.c:2940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2948: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2949: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/search.c:2950: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2954: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2959: if should always use braces [readability/braces] [5]
src/nvim/search.c:2961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2961: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2965: if should always use braces [readability/braces] [5]
src/nvim/search.c:2968: if should always use braces [readability/braces] [5]
src/nvim/search.c:2969: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2978: while should always use braces [readability/braces] [5]
src/nvim/search.c:2981: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2984: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2988: if should always use braces [readability/braces] [5]
src/nvim/search.c:2990: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2990: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2992: if should always use braces [readability/braces] [5]
src/nvim/search.c:2993: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2995: if should always use braces [readability/braces] [5]
src/nvim/search.c:2996: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2997: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3009: if should always use braces [readability/braces] [5]
src/nvim/search.c:3011: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:3016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3017: if should always use braces [readability/braces] [5]
src/nvim/search.c:3019: if should always use braces [readability/braces] [5]
src/nvim/search.c:3020: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3026: if should always use braces [readability/braces] [5]
src/nvim/search.c:3028: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3040: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:3041: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:3044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3055: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3066: if should always use braces [readability/braces] [5]
src/nvim/search.c:3067: while should always use braces [readability/braces] [5]
src/nvim/search.c:3068: if should always use braces [readability/braces] [5]
src/nvim/search.c:3070: if should always use braces [readability/braces] [5]
src/nvim/search.c:3071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3072: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3076: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:3094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3113: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:3119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3138: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:3151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3157: if should always use braces [readability/braces] [5]
src/nvim/search.c:3159: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3162: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3189: for should always use braces [readability/braces] [5]
src/nvim/search.c:3194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3195: if should always use braces [readability/braces] [5]
src/nvim/search.c:3196: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3201: if should always use braces [readability/braces] [5]
src/nvim/search.c:3204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3204: if should always use braces [readability/braces] [5]
src/nvim/search.c:3207: if should always use braces [readability/braces] [5]
src/nvim/search.c:3208: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3215: if should always use braces [readability/braces] [5]
src/nvim/search.c:3216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3220: if should always use braces [readability/braces] [5]
src/nvim/search.c:3221: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3225: if should always use braces [readability/braces] [5]
src/nvim/search.c:3226: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3228: if should always use braces [readability/braces] [5]
src/nvim/search.c:3235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3238: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:3239: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:3242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3266: if should always use braces [readability/braces] [5]
src/nvim/search.c:3267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3276: while should always use braces [readability/braces] [5]
src/nvim/search.c:3277: if should always use braces [readability/braces] [5]
src/nvim/search.c:3280: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3282: while should always use braces [readability/braces] [5]
src/nvim/search.c:3283: if should always use braces [readability/braces] [5]
src/nvim/search.c:3285: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:3286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3287: while should always use braces [readability/braces] [5]
src/nvim/search.c:3288: if should always use braces [readability/braces] [5]
src/nvim/search.c:3295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3296: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:3300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3304: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:3306: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3307: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3308: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3309: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3321: for should always use braces [readability/braces] [5]
src/nvim/search.c:3322: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/search.c:3330: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/search.c:3331: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/search.c:3334: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3350: while should always use braces [readability/braces] [5]
src/nvim/search.c:3351: if should always use braces [readability/braces] [5]
src/nvim/search.c:3368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3370: while should always use braces [readability/braces] [5]
src/nvim/search.c:3378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3381: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:3389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3419: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:3420: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:3423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3434: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3438: if should always use braces [readability/braces] [5]
src/nvim/search.c:3443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3448: if should always use braces [readability/braces] [5]
src/nvim/search.c:3450: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3460: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:3468: if should always use braces [readability/braces] [5]
src/nvim/search.c:3471: if should always use braces [readability/braces] [5]
src/nvim/search.c:3478: if should always use braces [readability/braces] [5]
src/nvim/search.c:3480: if should always use braces [readability/braces] [5]
src/nvim/search.c:3491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3497: if should always use braces [readability/braces] [5]
src/nvim/search.c:3499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3500: if should always use braces [readability/braces] [5]
src/nvim/search.c:3503: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3510: while should always use braces [readability/braces] [5]
src/nvim/search.c:3511: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3513: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3515: if should always use braces [readability/braces] [5]
src/nvim/search.c:3516: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3518: if should always use braces [readability/braces] [5]
src/nvim/search.c:3521: if should always use braces [readability/braces] [5]
src/nvim/search.c:3525: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3529: while should always use braces [readability/braces] [5]
src/nvim/search.c:3532: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3535: if should always use braces [readability/braces] [5]
src/nvim/search.c:3538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3541: if should always use braces [readability/braces] [5]
src/nvim/search.c:3542: while should always use braces [readability/braces] [5]
src/nvim/search.c:3544: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3551: if should always use braces [readability/braces] [5]
src/nvim/search.c:3552: while should always use braces [readability/braces] [5]
src/nvim/search.c:3553: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3558: if should always use braces [readability/braces] [5]
src/nvim/search.c:3562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3582: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:3583: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:3587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3594: if should always use braces [readability/braces] [5]
src/nvim/search.c:3596: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3597: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3598: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3600: if should always use braces [readability/braces] [5]
src/nvim/search.c:3602: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3603: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3614: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:3615: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:3619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3625: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3628: if should always use braces [readability/braces] [5]
src/nvim/search.c:3629: while should always use braces [readability/braces] [5]
src/nvim/search.c:3630: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3631: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3632: if should always use braces [readability/braces] [5]
src/nvim/search.c:3633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3634: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3644: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:3645: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:3648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3656: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:3657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3657: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3658: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3659: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3665: if should always use braces [readability/braces] [5]
src/nvim/search.c:3671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3690: while should always use braces [readability/braces] [5]
src/nvim/search.c:3692: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:3698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3704: if should always use braces [readability/braces] [5]
src/nvim/search.c:3705: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3707: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3715: if should always use braces [readability/braces] [5]
src/nvim/search.c:3716: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3718: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3731: if should always use braces [readability/braces] [5]
src/nvim/search.c:3733: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3744: if should always use braces [readability/braces] [5]
src/nvim/search.c:3745: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3748: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3749: if should always use braces [readability/braces] [5]
src/nvim/search.c:3750: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3753: if should always use braces [readability/braces] [5]
src/nvim/search.c:3758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3763: if should always use braces [readability/braces] [5]
src/nvim/search.c:3764: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3770: if should always use braces [readability/braces] [5]
src/nvim/search.c:3771: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3777: if should always use braces [readability/braces] [5]
src/nvim/search.c:3778: while should always use braces [readability/braces] [5]
src/nvim/search.c:3779: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3780: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3781: while should always use braces [readability/braces] [5]
src/nvim/search.c:3782: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3787: if should always use braces [readability/braces] [5]
src/nvim/search.c:3790: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3814: if should always use braces [readability/braces] [5]
src/nvim/search.c:3815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3817: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/search.c:3821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3822: if should always use braces [readability/braces] [5]
src/nvim/search.c:3825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3840: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:3843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3856: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:3857: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:3859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3869: if should always use braces [readability/braces] [5]
src/nvim/search.c:3872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3880: if should always use braces [readability/braces] [5]
src/nvim/search.c:3882: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3885: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:3888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3904: if should always use braces [readability/braces] [5]
src/nvim/search.c:3908: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3909: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3917: if should always use braces [readability/braces] [5]
src/nvim/search.c:3922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3943: if should always use braces [readability/braces] [5]
src/nvim/search.c:3945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3947: if should always use braces [readability/braces] [5]
src/nvim/search.c:3951: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:3955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3958: if should always use braces [readability/braces] [5]
src/nvim/search.c:3960: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3963: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/search.c:3966: if should always use braces [readability/braces] [5]
src/nvim/search.c:3977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3992: if should always use braces [readability/braces] [5]
src/nvim/search.c:3993: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4005: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4008: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4010: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4012: if should always use braces [readability/braces] [5]
src/nvim/search.c:4017: if should always use braces [readability/braces] [5]
src/nvim/search.c:4018: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4041: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:4042: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:4049: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/search.c:4043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4048: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/search.c:4048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4048: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/search.c:4051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4078: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4079: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4080: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4101: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/search.c:4102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4106: if should always use braces [readability/braces] [5]
src/nvim/search.c:4112: if should always use braces [readability/braces] [5]
src/nvim/search.c:4114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4114: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4118: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4119: if should always use braces [readability/braces] [5]
src/nvim/search.c:4121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4121: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4128: if should always use braces [readability/braces] [5]
src/nvim/search.c:4130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4130: if should always use braces [readability/braces] [5]
src/nvim/search.c:4140: if should always use braces [readability/braces] [5]
src/nvim/search.c:4141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4147: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4150: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4151: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4155: if should always use braces [readability/braces] [5]
src/nvim/search.c:4157: if should always use braces [readability/braces] [5]
src/nvim/search.c:4159: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4163: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/search.c:4163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4173: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4182: if should always use braces [readability/braces] [5]
src/nvim/search.c:4183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4184: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4184: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:4185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4185: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4187: if should always use braces [readability/braces] [5]
src/nvim/search.c:4191: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4193: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4194: for should always use braces [readability/braces] [5]
src/nvim/search.c:4199: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/search.c:4199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4201: for should always use braces [readability/braces] [5]
src/nvim/search.c:4204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4220: for should always use braces [readability/braces] [5]
src/nvim/search.c:4222: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/search.c:4223: for should always use braces [readability/braces] [5]
src/nvim/search.c:4224: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/search.c:4228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4234: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/search.c:4236: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4237: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4239: if should always use braces [readability/braces] [5]
src/nvim/search.c:4240: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4249: if should always use braces [readability/braces] [5]
src/nvim/search.c:4251: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4262: for should always use braces [readability/braces] [5]
src/nvim/search.c:4268: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4270: for should always use braces [readability/braces] [5]
src/nvim/search.c:4277: if should always use braces [readability/braces] [5]
src/nvim/search.c:4280: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4280: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:4285: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4289: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4291: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4292: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/search.c:4293: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4294: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4295: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4299: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4302: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/search.c:4306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4311: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4320: while should always use braces [readability/braces] [5]
src/nvim/search.c:4322: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4338: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/search.c:4340: if should always use braces [readability/braces] [5]
src/nvim/search.c:4342: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4345: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4353: if should always use braces [readability/braces] [5]
src/nvim/search.c:4355: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4356: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4365: if should always use braces [readability/braces] [5]
src/nvim/search.c:4367: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:4371: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4373: if should always use braces [readability/braces] [5]
src/nvim/search.c:4375: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4378: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4379: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4392: if should always use braces [readability/braces] [5]
src/nvim/search.c:4394: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4398: if should always use braces [readability/braces] [5]
src/nvim/search.c:4406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4413: if should always use braces [readability/braces] [5]
src/nvim/search.c:4416: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:4417: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4428: if should always use braces [readability/braces] [5]
src/nvim/search.c:4430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4439: if should always use braces [readability/braces] [5]
src/nvim/search.c:4448: if should always use braces [readability/braces] [5]
src/nvim/search.c:4453: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4454: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4455: if should always use braces [readability/braces] [5]
src/nvim/search.c:4456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4458: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4461: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4462: if should always use braces [readability/braces] [5]
src/nvim/search.c:4463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4463: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4465: if should always use braces [readability/braces] [5]
src/nvim/search.c:4466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4467: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/search.c:4467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4467: if should always use braces [readability/braces] [5]
src/nvim/search.c:4472: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4473: if should always use braces [readability/braces] [5]
src/nvim/search.c:4475: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4476: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4477: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4474: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4481: for should always use braces [readability/braces] [5]
src/nvim/search.c:4481: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:4482: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4484: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4485: if should always use braces [readability/braces] [5]
src/nvim/search.c:4489: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4491: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4492: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4493: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4501: if should always use braces [readability/braces] [5]
src/nvim/search.c:4506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4508: if should always use braces [readability/braces] [5]
src/nvim/search.c:4509: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4509: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4511: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:4515: if should always use braces [readability/braces] [5]
src/nvim/search.c:4516: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4515: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4516: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4525: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4538: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4541: if should always use braces [readability/braces] [5]
src/nvim/search.c:4549: if should always use braces [readability/braces] [5]
src/nvim/search.c:4551: if should always use braces [readability/braces] [5]
src/nvim/search.c:4554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4562: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4565: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4568: if should always use braces [readability/braces] [5]
src/nvim/search.c:4571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4575: if should always use braces [readability/braces] [5]
src/nvim/search.c:4577: if should always use braces [readability/braces] [5]
src/nvim/search.c:4580: if should always use braces [readability/braces] [5]
src/nvim/search.c:4586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4593: for should always use braces [readability/braces] [5]
src/nvim/search.c:4599: if should always use braces [readability/braces] [5]
src/nvim/search.c:4601: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4607: if should always use braces [readability/braces] [5]
src/nvim/search.c:4609: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4611: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4614: if should always use braces [readability/braces] [5]
src/nvim/search.c:4624: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/search.c:4628: if should always use braces [readability/braces] [5]
src/nvim/search.c:4629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4630: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4631: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4632: if should always use braces [readability/braces] [5]
src/nvim/search.c:4637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4638: if should always use braces [readability/braces] [5]
src/nvim/search.c:4639: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4640: if should always use braces [readability/braces] [5]
src/nvim/search.c:4641: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4645: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/search.c:4647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4647: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/search.c:4648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4652: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4656: if should always use braces [readability/braces] [5]
src/nvim/search.c:4660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4660: if should always use braces [readability/braces] [5]
src/nvim/search.c:4662: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4664: if should always use braces [readability/braces] [5]
src/nvim/sha256.c:88: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:327: Found C system header after other header. Should be: c system, c++ system, other. [build/include_order] [4]
src/nvim/spell.c:378: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/spell.c:380: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/spell.c:485: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/spell.c:497: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/spell.c:751: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/spell.c:893: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/spell.c:982: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/spell.c:1099: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/spell.c:1153: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:1182: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1287: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1306: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/spell.c:1309: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1324: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1339: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1344: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1345: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1347: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1352: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1357: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1363: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1365: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1367: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1367: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1374: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1379: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1380: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1386: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1388: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1390: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1391: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1402: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1406: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1409: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1412: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1424: for should always use braces [readability/braces] [5]
src/nvim/spell.c:1435: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1450: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1457: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/spell.c:1459: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1460: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1461: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1462: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1466: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1486: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1491: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1494: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1494: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1499: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1506: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1508: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1512: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1513: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1514: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1515: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1520: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1529: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1532: for should always use braces [readability/braces] [5]
src/nvim/spell.c:1534: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1537: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1547: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1565: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1567: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1570: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1572: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1579: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/spell.c:1594: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1606: for should always use braces [readability/braces] [5]
src/nvim/spell.c:1614: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1615: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1616: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1620: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:1623: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1649: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1652: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1653: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1654: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1662: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1669: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1671: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1673: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1675: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1677: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1679: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1689: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1695: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1698: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1702: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1713: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:1729: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1744: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1749: for should always use braces [readability/braces] [5]
src/nvim/spell.c:1749: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:1753: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1755: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1761: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1770: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:1774: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1775: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1803: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:1806: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:1808: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1811: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1817: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1818: while should always use braces [readability/braces] [5]
src/nvim/spell.c:1819: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1821: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1823: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1825: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1830: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1843: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:1857: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:1861: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1866: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1876: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1906: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1925: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1940: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1941: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1947: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1954: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1955: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1960: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1965: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1974: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1976: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1978: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1978: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1985: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1990: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1991: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:2009: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2013: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2014: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2051: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:2078: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2094: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:2105: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2109: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2111: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2114: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2119: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:2125: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2127: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:2134: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2160: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2160: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:2161: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2163: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:2175: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2186: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:2204: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2211: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2214: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2215: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:2216: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2218: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2218: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:2223: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2228: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2229: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:2230: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2232: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2232: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:2237: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2243: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2248: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2250: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2254: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:2257: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2278: while should always use braces [readability/braces] [5]
src/nvim/spell.c:2309: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2312: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2313: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2314: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:2319: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2320: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2321: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:2323: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2325: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2325: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2325: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:2343: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:2344: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:2349: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:2357: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/spell.c:2358: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2368: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2377: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2444: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2510: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2512: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2531: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:2552: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2554: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2575: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:2583: for should always use braces [readability/braces] [5]
src/nvim/spell.c:2583: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2603: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2607: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2614: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2628: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2654: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2682: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2684: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2695: while should always use braces [readability/braces] [5]
src/nvim/spell.c:2696: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2710: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2716: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2721: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2726: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2727: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2739: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2742: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2747: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2767: for should always use braces [readability/braces] [5]
src/nvim/spell.c:2767: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2774: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2778: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2789: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2791: for should always use braces [readability/braces] [5]
src/nvim/spell.c:2791: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2808: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2819: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2826: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2843: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2849: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2852: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2860: while should always use braces [readability/braces] [5]
src/nvim/spell.c:2871: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/spell.c:2877: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2883: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2887: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2889: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2894: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2901: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2904: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2906: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2927: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2929: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2931: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2935: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2943: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2946: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2952: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2954: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2964: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2966: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2971: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2973: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:2978: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2981: for should always use braces [readability/braces] [5]
src/nvim/spell.c:2981: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2996: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2998: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3000: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3002: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3024: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3044: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3046: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3049: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3051: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3065: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:3078: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3080: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3080: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3094: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3101: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:3116: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3118: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3120: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3122: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3124: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3126: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3145: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3156: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3158: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3160: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3184: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3187: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3189: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3193: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3195: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3199: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3201: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3206: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3208: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3208: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3209: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3211: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3223: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3228: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3236: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3279: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3281: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3283: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3283: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3288: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3299: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3308: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3310: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3312: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3322: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3327: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3339: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3339: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3340: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3357: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3361: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3363: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3365: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3387: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3400: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3402: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3407: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3413: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3415: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3416: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3452: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3453: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3455: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3459: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3459: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3476: while should always use braces [readability/braces] [5]
src/nvim/spell.c:3477: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3481: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3487: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3490: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3490: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3507: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3511: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3512: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3517: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3527: while should always use braces [readability/braces] [5]
src/nvim/spell.c:3530: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3532: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3532: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3538: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3539: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3542: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:3557: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3569: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:3584: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3597: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3612: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:3631: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3634: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3639: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3641: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3654: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3656: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3662: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3671: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3673: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3675: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3681: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/spell.c:3684: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3696: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3696: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3698: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3700: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3700: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3703: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:3704: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3741: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3779: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3783: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3784: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3784: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:3791: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3795: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3796: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3803: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3810: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3812: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3812: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3825: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3826: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:3826: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:3834: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3837: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3842: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3852: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3863: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3866: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3875: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3877: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3877: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:3880: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3885: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3886: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3886: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:3892: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3894: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3894: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3897: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3904: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3912: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3914: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3938: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3942: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3945: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3947: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3951: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:3951: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:3958: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3961: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3963: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3967: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:3967: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:3995: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3998: for should always use braces [readability/braces] [5]
src/nvim/spell.c:4005: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4007: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4010: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4010: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4019: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4031: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4033: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4045: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:4057: for should always use braces [readability/braces] [5]
src/nvim/spell.c:4058: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4060: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4062: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4068: for should always use braces [readability/braces] [5]
src/nvim/spell.c:4073: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4076: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4082: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4084: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4107: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4108: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4110: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4111: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4118: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4120: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4123: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4132: Missing space after { [whitespace/braces] [5]
src/nvim/spell.c:4132: Missing space before } [whitespace/braces] [5]
src/nvim/spell.c:4192: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:4201: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:4203: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4213: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4246: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4257: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:4273: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:4276: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4278: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4281: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4286: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4288: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4298: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4323: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/spell.c:4399: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4402: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4424: while should always use braces [readability/braces] [5]
src/nvim/spell.c:4425: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4426: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4428: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4432: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4433: while should always use braces [readability/braces] [5]
src/nvim/spell.c:4434: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4435: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4436: while should always use braces [readability/braces] [5]
src/nvim/spell.c:4437: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4438: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4448: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4450: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4450: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4456: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4458: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4460: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4462: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4465: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4480: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4481: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4482: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4499: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/spell.c:4500: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/spell.c:4504: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4506: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/spell.c:4507: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/spell.c:4511: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4516: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4520: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4524: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4528: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4533: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4537: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4541: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4542: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4543: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:4548: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4549: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4550: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:4563: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4572: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4585: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4591: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4597: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4609: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4617: for should always use braces [readability/braces] [5]
src/nvim/spell.c:4618: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4620: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4620: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4649: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4651: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4662: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4663: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:4665: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4671: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4672: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4675: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4676: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4678: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4689: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4699: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4701: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4707: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4712: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4714: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4727: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4745: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4751: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4753: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4754: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4757: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4781: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4782: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:4783: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4784: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:4786: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4787: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4806: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:4806: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:4832: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4836: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4835: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:4854: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4856: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4868: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4870: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4876: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4878: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4880: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4882: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4885: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4891: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/spell.c:4904: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/spell.c:4905: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4914: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4919: for should always use braces [readability/braces] [5]
src/nvim/spell.c:4920: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4922: for should always use braces [readability/braces] [5]
src/nvim/spell.c:4923: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4926: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4927: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4934: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4943: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4958: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/spell.c:4962: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4964: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4966: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4968: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4971: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4972: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4983: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:4985: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4990: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5011: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5013: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5034: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5045: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5050: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5052: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5054: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5064: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5067: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5069: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5069: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5085: Small and focused functions are preferred: spell_read_aff() has 615 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/spell.c:5089: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:5112: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5114: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5117: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5118: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5120: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5138: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:5145: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5148: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5168: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5176: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5188: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:5204: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5215: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5218: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5218: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5227: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5229: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5229: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5231: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5246: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5247: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5280: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5283: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5293: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5295: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5296: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5306: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5314: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5323: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5330: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:5361: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5363: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5365: for should always use braces [readability/braces] [5]
src/nvim/spell.c:5369: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5414: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5422: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5430: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5431: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5437: while should always use braces [readability/braces] [5]
src/nvim/spell.c:5438: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5439: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5461: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5463: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5472: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5481: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5482: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5486: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:5502: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5505: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5508: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5509: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5520: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5521: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5524: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5528: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5535: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5536: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5542: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5543: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5544: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5548: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5549: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5550: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5557: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5559: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5574: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5575: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5577: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5578: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5580: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5581: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5583: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5584: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5586: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5587: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5589: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5590: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5599: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:5617: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5621: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5622: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5632: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:5646: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5649: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5650: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5664: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:5696: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5698: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5705: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5705: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5729: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5729: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5729: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5729: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5733: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5735: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5742: for should always use braces [readability/braces] [5]
src/nvim/spell.c:5742: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5744: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5755: for should always use braces [readability/braces] [5]
src/nvim/spell.c:5755: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5759: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5772: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5773: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5774: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5781: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5782: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5784: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5790: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5793: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5794: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5800: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5801: for should always use braces [readability/braces] [5]
src/nvim/spell.c:5801: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5802: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5804: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5808: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5811: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5812: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5818: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5819: for should always use braces [readability/braces] [5]
src/nvim/spell.c:5820: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5821: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5847: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5855: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5857: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5862: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5863: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5864: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5869: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5870: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5871: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5872: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5874: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5881: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5882: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5883: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5884: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5885: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5888: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5889: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5890: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5891: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5888: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5889: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5890: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5891: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5888: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5889: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5890: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5891: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5932: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5935: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5940: while should always use braces [readability/braces] [5]
src/nvim/spell.c:5941: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5942: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5962: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5964: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5967: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5970: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5970: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5976: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5978: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5978: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5988: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5991: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5991: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5993: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5996: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5996: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:6020: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6022: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6024: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6026: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6027: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6043: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6049: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6066: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6088: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/spell.c:6089: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6101: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6117: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6150: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:6166: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6167: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6169: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6170: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6173: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6176: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6177: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6179: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6180: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6183: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6192: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/spell.c:6201: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6206: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6211: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6214: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6215: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6225: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6230: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6262: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6270: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6272: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6272: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:6276: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6297: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6300: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6316: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6318: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6332: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:6342: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6358: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6362: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6364: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6365: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6368: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6370: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6371: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6374: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6377: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6393: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6395: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6395: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:6399: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6402: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6419: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6422: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6424: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6435: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6453: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6456: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6458: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6460: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6463: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6464: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6477: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:6499: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6511: for should always use braces [readability/braces] [5]
src/nvim/spell.c:6516: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6529: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:6543: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6546: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6575: for should always use braces [readability/braces] [5]
src/nvim/spell.c:6577: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6614: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6641: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:6662: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6663: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6665: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6671: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6673: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6675: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6713: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6715: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6717: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6719: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6722: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:6726: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6730: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6743: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6748: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6749: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6754: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6756: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6758: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6764: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6768: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6773: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6777: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/spell.c:6805: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6811: for should always use braces [readability/braces] [5]
src/nvim/spell.c:6811: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6815: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6817: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6819: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6869: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6880: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6917: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6919: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6921: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6923: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6944: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6947: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6950: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6952: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6965: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6970: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6987: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:6996: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7004: for should always use braces [readability/braces] [5]
src/nvim/spell.c:7005: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7008: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7021: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7023: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7023: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:7032: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7034: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7048: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7050: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7063: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:7067: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7080: for should always use braces [readability/braces] [5]
src/nvim/spell.c:7081: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7083: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7125: for should always use braces [readability/braces] [5]
src/nvim/spell.c:7126: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7126: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:7131: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7147: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7154: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7175: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7198: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7218: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7221: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7224: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/spell.c:7227: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7237: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7238: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7239: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7242: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7243: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7252: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7253: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7289: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7300: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:7327: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7333: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7334: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7334: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:7336: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7340: while should always use braces [readability/braces] [5]
src/nvim/spell.c:7349: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7379: Mismatching spaces inside () in if [whitespace/parens] [5]
src/nvim/spell.c:7385: Mismatching spaces inside () in if [whitespace/parens] [5]
src/nvim/spell.c:7436: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7440: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/spell.c:7474: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:7476: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:7487: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7491: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7520: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:7532: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:7583: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7587: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:7590: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7593: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7597: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7601: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7603: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7605: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7607: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7607: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:7623: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:7655: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7661: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:7670: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7672: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7672: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:7675: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7676: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7682: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7690: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7704: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7711: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7715: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7729: for should always use braces [readability/braces] [5]
src/nvim/spell.c:7729: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:7730: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7738: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7740: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/spell.c:7753: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7757: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7768: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7774: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:7796: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7813: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:7815: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7826: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7852: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7857: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:7865: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7879: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:7891: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7893: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7893: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:7894: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7896: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7900: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:7910: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7934: for should always use braces [readability/braces] [5]
src/nvim/spell.c:7935: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:7945: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7949: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7950: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7956: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7958: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7959: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7959: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:7969: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7975: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7976: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7977: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7997: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8004: for should always use braces [readability/braces] [5]
src/nvim/spell.c:8004: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8006: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8011: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8030: for should always use braces [readability/braces] [5]
src/nvim/spell.c:8030: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8031: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8034: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8048: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8081: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8083: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8085: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8122: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:8137: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8146: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8160: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8195: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8199: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8206: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8222: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8235: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8247: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8251: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8255: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8257: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8259: Missing space before asterisk in unsigned)* [whitespace/operators] [2]
src/nvim/spell.c:8271: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8276: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8287: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8325: for should always use braces [readability/braces] [5]
src/nvim/spell.c:8325: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8360: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8362: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8364: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8366: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8368: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8377: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8381: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8407: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8418: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8420: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8422: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:8424: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8434: while should always use braces [readability/braces] [5]
src/nvim/spell.c:8437: while should always use braces [readability/braces] [5]
src/nvim/spell.c:8457: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8459: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8462: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8464: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8466: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8467: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8478: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8486: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8491: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8497: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:8498: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8504: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8506: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8507: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8509: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8519: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8525: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8527: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8528: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8529: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8531: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8532: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8541: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:8545: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8560: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8561: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8575: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:8582: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8587: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8605: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8613: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8615: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8615: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8617: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8619: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8619: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8626: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8632: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:8636: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8671: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:8678: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8686: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8691: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:8695: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:8698: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:8707: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8709: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8716: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:8733: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8754: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:8777: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8782: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8784: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8784: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8792: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8796: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8799: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8800: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8807: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8817: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8819: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8828: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8832: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8850: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8853: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8853: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8856: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8863: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8883: for should always use braces [readability/braces] [5]
src/nvim/spell.c:8887: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8889: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8920: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8925: for should always use braces [readability/braces] [5]
src/nvim/spell.c:8925: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8926: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/spell.c:8937: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8965: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8970: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9008: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:9012: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9038: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:9048: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9052: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9056: for should always use braces [readability/braces] [5]
src/nvim/spell.c:9056: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:9060: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9066: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9070: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9079: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9086: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9089: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9103: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9109: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:9117: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9120: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9121: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9121: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:9132: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9158: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9161: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9166: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9171: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9176: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9177: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9181: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9206: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:9217: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9219: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9221: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9223: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9225: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9227: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9227: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:9244: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9246: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9253: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9256: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:9260: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9264: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9295: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9315: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:9320: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9361: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:9452: for should always use braces [readability/braces] [5]
src/nvim/spell.c:9452: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:9453: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/spell.c:9466: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9468: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9472: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9474: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:9477: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9488: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9503: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9508: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9525: for should always use braces [readability/braces] [5]
src/nvim/spell.c:9525: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:9526: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/spell.c:9529: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9530: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9534: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9547: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9550: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9564: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9565: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9564: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9565: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9568: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9569: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9571: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9573: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9574: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9575: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9583: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9589: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9598: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9599: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9602: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9603: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9608: while should always use braces [readability/braces] [5]
src/nvim/spell.c:9610: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9611: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9626: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9628: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9631: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9632: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9632: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:9637: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9645: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9648: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9661: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9670: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9673: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9676: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9677: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9681: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/spell.c:9693: for should always use braces [readability/braces] [5]
src/nvim/spell.c:9693: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:9709: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9715: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9716: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9717: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9722: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9723: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9731: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9735: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9736: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9737: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9756: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/spell.c:9786: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9786: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9794: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9800: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9805: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9807: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:9816: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9820: while should always use braces [readability/braces] [5]
src/nvim/spell.c:9822: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9824: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9824: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9827: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9829: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9834: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9840: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9842: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9841: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:9843: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9845: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9844: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:9851: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9855: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9867: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9868: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9874: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9876: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9881: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9884: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:9892: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9893: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9894: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9900: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9902: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9905: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9954: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9956: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9967: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9971: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9980: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9982: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9983: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9981: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:9984: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9986: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9987: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9985: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:9989: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9991: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9994: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10007: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10010: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10018: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:10023: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10026: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10027: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10030: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10026: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10027: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10026: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10027: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10030: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10030: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10036: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10039: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10040: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10041: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10042: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10043: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10039: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10040: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10041: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10042: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10043: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10040: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10041: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10043: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10061: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10074: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10078: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10078: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10095: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10099: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10106: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10107: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10105: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:10109: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10123: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10125: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10128: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10129: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10157: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10179: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10183: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10190: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10191: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10189: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:10193: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10207: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10214: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10243: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10245: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10247: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10250: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10252: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10254: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10274: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10275: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10273: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:10278: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10289: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10318: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10320: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10325: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10327: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10345: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10346: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10344: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:10349: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10361: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10382: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10399: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10400: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10398: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:10403: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10420: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10448: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10449: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10447: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:10452: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10469: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10506: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10508: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10525: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10527: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10541: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10542: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10540: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:10548: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10562: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10570: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10572: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10588: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10603: Small and focused functions are preferred: suggest_trie_walk() has 902 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/spell.c:10623: for should always use braces [readability/braces] [5]
src/nvim/spell.c:10624: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10625: for should always use braces [readability/braces] [5]
src/nvim/spell.c:10626: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10684: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10688: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10695: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10705: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10713: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10715: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10717: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10717: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10724: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10736: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10740: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10746: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10771: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10777: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10791: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10813: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10820: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10823: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10825: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10836: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10841: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10844: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10845: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10847: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10863: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10866: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10872: for should always use braces [readability/braces] [5]
src/nvim/spell.c:10872: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10873: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10875: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10877: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10888: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10900: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:10917: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10919: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10919: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10927: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10929: for should always use braces [readability/braces] [5]
src/nvim/spell.c:10941: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10943: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10964: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10967: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10983: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10991: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/spell.c:11008: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11014: for should always use braces [readability/braces] [5]
src/nvim/spell.c:11014: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11017: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11030: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:11069: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11082: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:11095: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11097: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11100: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11101: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11104: for should always use braces [readability/braces] [5]
src/nvim/spell.c:11104: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11112: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11114: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11126: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11132: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11145: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11152: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11154: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11157: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11160: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11170: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11183: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11185: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11187: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11196: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11198: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11228: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11233: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11234: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11236: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11238: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11242: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11246: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11251: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11252: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11255: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11260: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11264: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11265: while should always use braces [readability/braces] [5]
src/nvim/spell.c:11266: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11275: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11278: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11281: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11301: for should always use braces [readability/braces] [5]
src/nvim/spell.c:11301: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11310: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11312: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11312: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11313: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11333: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11335: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11335: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11341: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11358: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11360: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11362: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11364: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11371: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11373: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11375: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11384: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:11411: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11416: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11418: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11422: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11427: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11429: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11429: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11439: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11453: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11455: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11455: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11488: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11490: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11491: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11493: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11501: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:11512: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11517: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11523: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11524: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11526: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11552: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11568: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11570: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11570: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11576: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11594: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11605: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:11618: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11636: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11661: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:11671: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11674: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11674: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11676: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11678: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11678: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11683: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11685: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11706: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11708: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11710: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11710: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11712: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11714: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11730: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11737: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11738: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11740: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11742: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11777: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11779: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11783: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11798: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11803: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11806: for should always use braces [readability/braces] [5]
src/nvim/spell.c:11806: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11807: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11809: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11816: while should always use braces [readability/braces] [5]
src/nvim/spell.c:11817: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11818: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11820: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11831: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11838: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11858: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11862: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11866: for should always use braces [readability/braces] [5]
src/nvim/spell.c:11866: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11867: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11869: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11878: while should always use braces [readability/braces] [5]
src/nvim/spell.c:11879: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11880: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11882: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11892: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11903: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11903: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11903: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11904: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11908: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11916: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11922: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11928: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11939: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11949: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11956: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11972: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12022: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12028: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12050: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12053: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12057: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12060: for should always use braces [readability/braces] [5]
src/nvim/spell.c:12060: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12061: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12063: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12070: while should always use braces [readability/braces] [5]
src/nvim/spell.c:12071: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12072: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12074: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12085: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12092: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12114: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12116: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12120: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12124: for should always use braces [readability/braces] [5]
src/nvim/spell.c:12124: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12125: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12127: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12136: while should always use braces [readability/braces] [5]
src/nvim/spell.c:12137: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12138: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12140: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12150: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12161: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:12161: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:12161: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:12162: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12166: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12174: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12185: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12192: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12198: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12200: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:12208: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12211: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12216: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12218: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12221: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12224: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:12238: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12252: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12254: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12265: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:12282: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12286: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12297: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12298: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12299: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12300: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12310: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12323: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12324: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12331: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12333: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12334: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12337: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12351: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12353: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12354: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12358: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12363: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12371: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12372: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12375: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12383: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12384: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12387: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12397: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12405: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12407: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12408: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12411: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12416: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12424: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12426: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12427: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12431: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12436: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12443: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12444: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12446: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12453: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12454: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12456: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12489: for should always use braces [readability/braces] [5]
src/nvim/spell.c:12492: for should always use braces [readability/braces] [5]
src/nvim/spell.c:12505: for should always use braces [readability/braces] [5]
src/nvim/spell.c:12505: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12508: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12510: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12518: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12520: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12520: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:12522: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12524: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12524: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:12526: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12530: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12544: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12549: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12552: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12569: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:12583: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12604: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12607: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12611: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12612: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12617: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12621: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/spell.c:12623: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12632: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12646: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12647: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12654: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12675: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12677: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12677: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:12679: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12683: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12689: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12690: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12696: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12700: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12709: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12716: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:12734: for should always use braces [readability/braces] [5]
src/nvim/spell.c:12738: for should always use braces [readability/braces] [5]
src/nvim/spell.c:12761: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12764: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12768: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12769: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12774: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12778: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/spell.c:12780: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12789: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12803: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12804: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12811: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12832: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12834: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12834: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:12836: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12840: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12846: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12847: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12853: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12857: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12866: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12877: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12881: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12907: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12909: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/spell.c:12915: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/spell.c:12916: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/spell.c:12919: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12925: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12926: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:12936: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:12965: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12967: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12967: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:12969: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12971: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12980: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12984: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12986: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12996: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:12998: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:13002: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:13005: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13010: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:13015: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13017: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:13022: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:13032: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13042: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13048: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13063: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13071: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13072: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13073: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13077: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13079: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13094: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13096: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13106: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/spell.c:13116: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13118: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13127: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13139: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13141: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13143: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:13145: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13146: for should always use braces [readability/braces] [5]
src/nvim/spell.c:13146: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:13147: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13148: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/spell.c:13159: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13164: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:13165: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:13169: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13169: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13179: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:13224: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13229: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13233: for should always use braces [readability/braces] [5]
src/nvim/spell.c:13233: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:13234: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13242: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13243: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13244: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13245: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13253: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13257: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13258: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13259: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13260: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13282: while should always use braces [readability/braces] [5]
src/nvim/spell.c:13298: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13305: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13313: if should always use braces [readability/braces] [5]
src/nvim/strings.c:21: "nvim/func_attr.h" already included at src/nvim/strings.c:19 [build/include] [4]
src/nvim/strings.c:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:98: if should always use braces [readability/braces] [5]
src/nvim/strings.c:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:99: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:100: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:113: if should always use braces [readability/braces] [5]
src/nvim/strings.c:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:198: if should always use braces [readability/braces] [5]
src/nvim/strings.c:199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:202: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:203: if should always use braces [readability/braces] [5]
src/nvim/strings.c:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:204: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:207: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:225: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:231: if should always use braces [readability/braces] [5]
src/nvim/strings.c:237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:238: while should always use braces [readability/braces] [5]
src/nvim/strings.c:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:324: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/strings.c:325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:326: An else should always have braces before it [readability/braces] [5]
src/nvim/strings.c:326: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/strings.c:335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:344: while should always use braces [readability/braces] [5]
src/nvim/strings.c:348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:362: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/strings.c:367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:379: if should always use braces [readability/braces] [5]
src/nvim/strings.c:380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:381: if should always use braces [readability/braces] [5]
src/nvim/strings.c:382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:383: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:384: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:403: if should always use braces [readability/braces] [5]
src/nvim/strings.c:404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:405: if should always use braces [readability/braces] [5]
src/nvim/strings.c:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:407: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:408: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:409: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:443: if should always use braces [readability/braces] [5]
src/nvim/strings.c:451: if should always use braces [readability/braces] [5]
src/nvim/strings.c:458: if should always use braces [readability/braces] [5]
src/nvim/strings.c:460: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:476: if should always use braces [readability/braces] [5]
src/nvim/strings.c:478: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:495: if should always use braces [readability/braces] [5]
src/nvim/strings.c:502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:529: if should always use braces [readability/braces] [5]
src/nvim/strings.c:530: for should always use braces [readability/braces] [5]
src/nvim/strings.c:530: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/strings.c:531: if should always use braces [readability/braces] [5]
src/nvim/strings.c:551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:82: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/syntax.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:84: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/syntax.c:85: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:86: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/syntax.c:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:100: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:101: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/syntax.c:101: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:103: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:104: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/syntax.c:104: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:123: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:128: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:130: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:131: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:141: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:150: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:163: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:164: Missing space before asterisk in HL_SKIP* [whitespace/operators] [2]
src/nvim/syntax.c:165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:167: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:168: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:169: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:180: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:183: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:184: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:185: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:214: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:214: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:301: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:314: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:314: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:353: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:353: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:358: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:364: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:406: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:416: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:418: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:427: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:429: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:439: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:443: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:447: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:457: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:460: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:464: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:471: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:473: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:477: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:478: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:486: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:488: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:490: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:492: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:500: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:503: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:514: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/syntax.c:520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:599: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:601: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:601: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:602: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:604: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:606: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:608: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:611: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:613: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:632: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:634: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:650: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:669: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/syntax.c:670: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:673: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:698: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:706: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:709: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:740: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:742: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:744: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:745: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:751: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:752: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:755: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:786: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:791: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:792: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:793: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:828: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:836: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:844: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:849: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:865: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:875: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:890: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:891: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:891: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:892: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:895: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:896: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:904: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:907: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:908: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:955: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:991: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:993: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:999: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1001: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1007: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:1009: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/syntax.c:1010: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1022: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:1036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1038: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:1048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1070: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1080: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1082: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1092: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1094: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1097: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1118: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1120: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1124: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1126: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1135: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1140: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1142: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1143: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:1148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1159: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1174: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:1177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1187: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1189: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1211: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:1213: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1223: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1226: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1226: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:1227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1228: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:1229: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1231: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1248: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1250: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1250: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:1251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1255: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:1257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1281: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:1283: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:1295: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1312: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1314: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1316: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:1322: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1324: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1326: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1329: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1352: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1356: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1358: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1364: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1376: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1379: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:1380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1386: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1389: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1391: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1391: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1396: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1399: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1400: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1402: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1420: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1423: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1452: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1469: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1475: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1476: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1481: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:1489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1495: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:1496: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:1497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1504: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1513: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1516: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1522: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1523: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:1527: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:1529: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1541: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:1542: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:1545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1550: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1558: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1571: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1579: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1578: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1579: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1580: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:1586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1589: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:1590: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:1591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1610: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:1611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1612: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1618: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:1618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1619: Extra space for operator ! [whitespace/operators] [4]
src/nvim/syntax.c:1621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1623: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1635: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1639: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1640: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1646: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1647: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1657: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1675: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1676: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1686: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1688: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1702: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1705: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1702: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1705: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1702: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1705: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1707: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1708: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1720: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1725: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1741: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:1751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1771: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1772: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1774: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1776: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1780: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1781: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1776: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1780: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1781: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1776: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1780: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1781: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1780: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1781: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1785: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1791: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1809: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1826: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1835: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1844: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1849: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1877: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1878: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1886: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/syntax.c:1888: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1890: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1897: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1899: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1909: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1944: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1945: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1952: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:1954: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1970: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1987: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1988: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1990: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/syntax.c:1993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2002: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:2024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2031: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2034: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2034: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:2041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2045: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2047: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2047: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:2055: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2075: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2077: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2080: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:2081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2088: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2093: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2114: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2122: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2126: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2155: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2162: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2167: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2172: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2190: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2195: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2238: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2254: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2264: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2268: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2269: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2288: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2290: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2296: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:2301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2311: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2315: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2317: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2321: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2323: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2335: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2365: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2373: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:2373: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:2374: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2381: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:2387: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2390: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2395: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2410: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:2411: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:2413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2424: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2430: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2441: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:2444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2447: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2452: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2461: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2484: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2490: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2503: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:2504: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:2505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2523: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2526: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2545: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2547: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2555: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2556: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:2559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2571: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:2575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2575: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2578: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2600: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2610: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2623: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2626: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2629: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2630: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2631: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2633: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2635: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:2637: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2638: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/syntax.c:2640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2641: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2655: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2660: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2681: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2696: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2701: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2714: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2716: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2725: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2727: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2734: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:2735: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:2736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2759: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2761: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2762: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2765: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:2768: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:2776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2780: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:2781: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:2782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2806: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2809: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2812: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:2815: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:2823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2828: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2835: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:2854: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2855: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2856: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2862: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2864: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2872: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:2873: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:2875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2878: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:2879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2892: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2894: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2895: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2898: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2940: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:2946: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:2945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:2946: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:2954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2963: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2967: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2968: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2969: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2970: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2971: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2984: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2988: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2989: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2990: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2991: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2992: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3005: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3029: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3030: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3032: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3105: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:3108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3116: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3117: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:3120: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:3121: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:3124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3160: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3169: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3176: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3178: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3178: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:3180: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3181: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3182: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3201: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3211: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:3218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3218: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:3221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3237: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3258: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3270: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3316: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:3317: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:3319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3326: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3341: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3343: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3343: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:3359: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:3362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3365: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3366: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3368: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:3368: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3379: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3381: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3385: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3387: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3388: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3404: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3430: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:3431: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:3433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3438: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3442: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3442: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3443: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3443: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3444: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3444: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3445: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3445: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3446: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3446: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3447: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3447: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3448: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3448: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3449: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3449: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3450: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3450: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3451: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3451: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3452: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3452: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3456: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3456: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3457: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3457: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3458: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3458: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3459: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3459: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3466: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3468: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:3471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3472: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:3472: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3474: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3478: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3484: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:3486: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3488: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:3491: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:3496: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3499: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3501: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:3508: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3510: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3513: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3516: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3535: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:3535: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3553: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3555: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3561: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:3568: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3570: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3574: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3576: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3578: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3585: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3589: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:3591: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3610: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3612: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3622: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:3624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3632: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3633: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3638: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3643: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3645: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3647: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3650: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3652: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3661: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:3662: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:3665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3665: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:3674: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3675: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3685: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3689: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:3692: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3699: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3710: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3718: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:3760: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3764: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:3770: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3772: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3774: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:3789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3800: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3802: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:3825: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3826: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3831: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/syntax.c:3832: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/syntax.c:3842: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3872: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:3873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3886: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3900: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:3901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3915: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3915: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3916: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3916: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3917: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3917: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3918: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3918: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3919: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3919: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3920: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3920: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3921: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3921: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3922: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3922: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3923: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3923: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3924: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3924: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3925: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3925: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3926: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3926: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3927: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3927: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3928: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3928: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3929: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3929: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3930: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3930: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3931: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3931: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3932: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3932: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3933: Missing space after , [whitespace/comma] [3]
src/nvim/syntax.c:3933: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3933: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3936: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3939: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3948: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3954: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:3955: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3961: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3970: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3978: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3981: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3984: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4011: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4014: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4016: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4016: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4019: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4034: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4051: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4056: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4062: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:4066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4078: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4081: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4085: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4092: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4108: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4110: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4128: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4128: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4129: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4155: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4159: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4161: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4174: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4178: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4179: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4183: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4195: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4198: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:4199: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:4200: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4222: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4234: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4236: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4240: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:4243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4248: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:4249: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:4251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4268: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4270: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4280: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4291: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4293: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4293: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4311: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4312: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4316: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4318: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4319: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4322: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:4323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4337: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4345: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:4346: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:4348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4373: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4374: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4375: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4389: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4391: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4402: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4407: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:4408: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4411: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4413: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4415: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4417: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4419: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4423: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4433: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4439: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4441: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4441: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4444: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4464: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4466: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4470: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4474: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4478: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4486: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4496: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4498: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4498: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4506: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:4525: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4526: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4530: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4531: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4532: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4533: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4538: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:4539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4539: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:4539: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4547: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4547: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:4562: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4564: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4574: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4575: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4584: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4588: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4589: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4590: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4597: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4600: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4602: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4604: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4609: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4610: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4611: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4612: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4617: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4618: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4639: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4650: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4654: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4664: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4665: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4667: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4668: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4669: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4681: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4739: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4741: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4775: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4777: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4793: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4794: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4799: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4806: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4823: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4832: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:4833: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4842: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4844: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4874: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4888: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4896: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4898: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4899: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4903: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4924: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4925: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:4927: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4928: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:4931: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4933: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4954: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4955: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4960: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4970: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4974: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4976: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:4978: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4981: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:4982: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:4983: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:4984: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4986: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4988: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4991: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4996: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4998: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5000: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5010: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5011: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5014: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5016: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5037: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5044: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5045: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5046: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5047: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5048: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5049: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5050: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5051: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5052: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5058: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5060: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5063: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5074: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:5075: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:5079: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/syntax.c:5077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5078: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:5078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5078: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5079: Extra space for operator ! [whitespace/operators] [4]
src/nvim/syntax.c:5087: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5091: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5100: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5120: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:5120: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5121: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/syntax.c:5122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5125: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5126: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5127: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5130: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5136: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5140: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5142: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5144: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5153: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5155: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5155: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:5156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5163: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5168: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5180: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:5183: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5193: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5202: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:5205: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5208: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5212: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5215: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5227: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5229: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5238: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5242: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5244: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5247: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:5247: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5248: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/syntax.c:5249: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5263: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:5264: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:5265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5266: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5267: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5272: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5273: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5274: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5283: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:5285: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5287: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5288: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5289: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5290: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5293: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5294: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5300: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5312: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5313: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5316: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5317: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5320: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5321: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5324: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5325: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:5326: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5332: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5339: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5341: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5342: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5358: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5358: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5359: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5359: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5360: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5360: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5361: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5361: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5362: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5362: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5363: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5363: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5364: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5364: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5365: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5365: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5366: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5366: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5367: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5367: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5368: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5368: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5369: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5369: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5370: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5370: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5371: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5371: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5372: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5372: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5373: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5373: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5374: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5374: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5375: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5375: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5393: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:5393: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5394: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/syntax.c:5396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5396: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5397: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5398: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5405: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5410: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5411: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5433: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5438: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5442: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5446: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5447: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5448: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5448: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:5464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5507: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5509: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5511: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5512: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5513: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5514: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5516: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5522: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5522: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5530: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5613: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5615: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5621: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5632: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5633: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5634: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5635: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5636: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5638: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5640: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5663: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5708: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5727: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5730: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/syntax.c:5730: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5732: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5755: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5757: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5759: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5785: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5811: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5829: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5844: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5862: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5869: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:5870: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:5871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5877: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5899: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5901: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:5901: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5902: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5903: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:5904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5909: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5911: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5913: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:5913: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5914: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5921: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5925: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5926: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5927: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5927: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:5929: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5929: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5930: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5931: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5940: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5942: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5942: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:5943: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5944: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5945: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5958: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5963: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5966: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5968: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/syntax.c:5969: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5971: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5973: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5984: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:5985: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:5988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6002: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6003: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6004: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6005: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6007: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6013: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:6013: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:6014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6029: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6038: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6039: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6040: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6041: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6048: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6050: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6072: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6082: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6084: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6094: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6097: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6106: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6117: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6123: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:6126: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6139: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6144: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6144: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6147: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6148: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6153: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6157: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6162: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6170: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:6171: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:6178: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6190: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6193: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:6195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6204: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6213: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6219: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6220: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:6222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6226: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6227: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6241: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6244: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6245: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:6247: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6251: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6254: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6258: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6266: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6268: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6275: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6278: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6280: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6281: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6283: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6283: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:6285: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6289: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6291: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6291: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:6293: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6306: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:6312: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:6313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6314: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:6320: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:6321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6322: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:6328: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:6329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6330: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:6336: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:6338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6340: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:6341: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6346: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/syntax.c:6347: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6348: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6363: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6364: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:6367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6401: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6403: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6407: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6409: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6410: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6418: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6436: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6458: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6465: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6477: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6479: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6479: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:6484: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:6492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6493: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6499: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:6509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6543: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6555: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6580: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6591: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:6604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6613: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6619: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:6623: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6626: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:6704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6704: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6716: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6721: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6723: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6725: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6728: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6730: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6738: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6744: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6746: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6750: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:6756: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6757: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6760: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6761: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/syntax.c:6762: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6764: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6764: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:6766: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:6768: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6777: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6778: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6795: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:6803: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6812: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6821: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:6823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6829: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6830: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6831: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6833: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6836: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6837: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6838: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6840: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6841: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6842: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6843: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6846: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6848: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6852: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6855: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6857: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6859: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/syntax.c:6862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6870: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:6871: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:6872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6878: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6882: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6883: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6888: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6889: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6891: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6892: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6895: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6897: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6915: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:6916: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:6917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6924: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6953: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:6954: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6974: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7005: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7007: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:7012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7022: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:7028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7051: Missing space before asterisk in hl_group* [whitespace/operators] [2]
src/nvim/syntax.c:7056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7065: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:7070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7091: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7100: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7131: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:7133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7136: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:7136: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:7139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7143: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:7144: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7146: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:7148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7148: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7152: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:7152: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:7153: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7155: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:7156: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7165: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:7170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7170: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7190: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7194: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7197: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7201: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7203: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:7211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7227: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/syntax.c:7240: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:7242: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:7243: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:7246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7303: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7314: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7328: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:7330: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:7343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7349: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/syntax.c:7349: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/syntax.c:7350: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7352: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7354: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7357: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7360: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7368: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7368: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7369: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7369: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7370: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7370: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7371: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7371: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7372: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7372: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7373: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7373: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7374: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7374: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7375: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7375: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7376: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7376: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7377: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7377: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7378: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7378: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7379: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7379: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7380: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7380: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7381: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7381: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7382: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7382: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7383: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7383: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7384: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7384: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7385: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7385: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7386: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7386: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7387: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7387: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7388: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7388: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7389: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7389: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7390: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7390: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7391: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7391: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7392: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7392: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7393: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7393: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7394: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7394: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7395: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7395: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7396: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7396: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7397: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7397: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7398: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7398: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7399: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7399: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7400: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7400: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7401: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7401: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7402: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7402: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7403: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7403: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7404: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7404: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7405: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7405: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7406: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7406: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7407: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7407: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7408: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7408: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7409: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7409: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7410: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7410: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7411: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7411: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7412: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7412: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7413: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7413: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7414: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7414: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7415: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7415: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7416: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7416: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7417: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7417: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7418: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7418: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7419: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7419: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7420: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7420: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7421: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7421: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7422: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7422: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7423: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7423: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7424: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7424: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7425: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7425: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7426: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7426: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7427: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7427: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7428: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7428: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7429: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7429: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7430: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7430: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7431: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7431: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7432: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7432: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7433: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7433: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7434: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7434: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7435: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7435: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7436: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7436: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7437: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7437: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7438: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7438: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7439: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7439: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7440: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7440: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7441: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7441: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7442: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7442: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7443: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7443: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7444: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7444: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7445: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7445: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7446: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7446: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7447: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7447: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7448: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7448: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7449: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7449: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7450: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7450: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7451: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7451: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7452: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7452: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7453: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7453: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7454: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7454: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7455: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7455: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7456: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7456: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7457: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7457: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7458: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7458: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7459: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7459: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7460: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7460: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7461: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7461: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7462: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7462: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7463: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7463: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7464: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7464: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7465: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7465: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7466: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7466: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7467: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7467: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7468: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7468: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7469: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7469: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7470: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7470: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7471: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7471: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7472: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7472: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7473: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7473: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7474: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7474: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7475: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7475: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7476: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7476: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7477: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7477: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7478: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7478: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7479: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7479: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7480: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7480: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7481: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7481: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7482: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7482: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7483: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7483: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7484: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7484: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7485: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7485: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7486: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7486: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7487: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7487: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7488: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7488: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7489: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7489: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7490: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7490: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7491: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7491: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7492: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7492: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7493: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7493: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7494: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7494: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7495: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7495: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7496: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7496: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7497: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7497: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7498: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7498: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7499: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7499: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7500: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7500: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7501: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7501: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7502: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7502: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7503: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7503: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7504: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7504: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7505: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7505: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7506: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7506: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7507: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7507: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7508: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7508: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7509: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7509: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7510: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7510: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7511: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7511: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7512: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:7513: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7513: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7514: Missing space after , [whitespace/comma] [3]
src/nvim/syntax.c:7514: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7514: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7515: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7515: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7516: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7516: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7517: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7517: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7518: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7518: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7519: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7519: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7520: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7520: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7521: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7521: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7522: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7522: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7523: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7523: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7524: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7524: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7525: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7525: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7526: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7526: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7527: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7527: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7528: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7528: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7529: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7529: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7530: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7530: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7531: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7531: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7532: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7532: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7533: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7533: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7534: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:7534: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:7539: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/syntax.c:7556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:85: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:96: Missing space after { [whitespace/braces] [5]
src/nvim/tag.c:96: Missing space before } [whitespace/braces] [5]
src/nvim/tag.c:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:124: Missing space after { [whitespace/braces] [5]
src/nvim/tag.c:124: Missing space before } [whitespace/braces] [5]
src/nvim/tag.c:126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:146: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:147: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:163: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:170: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:173: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:176: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:182: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:183: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/tag.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:198: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:204: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:218: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:219: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:221: if should always use braces [readability/braces] [5]
src/nvim/tag.c:222: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:223: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:224: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:231: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/tag.c:235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:248: while should always use braces [readability/braces] [5]
src/nvim/tag.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:255: for should always use braces [readability/braces] [5]
src/nvim/tag.c:255: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:257: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:265: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:268: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:271: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/tag.c:272: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/tag.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:305: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:317: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:319: if should always use braces [readability/braces] [5]
src/nvim/tag.c:322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:338: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:347: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:356: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:365: if should always use braces [readability/braces] [5]
src/nvim/tag.c:379: if should always use braces [readability/braces] [5]
src/nvim/tag.c:381: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:383: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:422: if should always use braces [readability/braces] [5]
src/nvim/tag.c:426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:433: if should always use braces [readability/braces] [5]
src/nvim/tag.c:435: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:437: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:457: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:458: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:461: if should always use braces [readability/braces] [5]
src/nvim/tag.c:463: if should always use braces [readability/braces] [5]
src/nvim/tag.c:465: if should always use braces [readability/braces] [5]
src/nvim/tag.c:466: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:468: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/tag.c:468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:478: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:480: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:484: for should always use braces [readability/braces] [5]
src/nvim/tag.c:484: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:498: if should always use braces [readability/braces] [5]
src/nvim/tag.c:517: if should always use braces [readability/braces] [5]
src/nvim/tag.c:519: if should always use braces [readability/braces] [5]
src/nvim/tag.c:521: if should always use braces [readability/braces] [5]
src/nvim/tag.c:522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:522: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:529: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:531: if should always use braces [readability/braces] [5]
src/nvim/tag.c:532: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/tag.c:534: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/tag.c:537: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:540: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:541: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:543: if should always use braces [readability/braces] [5]
src/nvim/tag.c:545: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:548: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:549: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:559: if should always use braces [readability/braces] [5]
src/nvim/tag.c:561: if should always use braces [readability/braces] [5]
src/nvim/tag.c:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:570: while should always use braces [readability/braces] [5]
src/nvim/tag.c:571: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:591: if should always use braces [readability/braces] [5]
src/nvim/tag.c:600: if should always use braces [readability/braces] [5]
src/nvim/tag.c:606: if should always use braces [readability/braces] [5]
src/nvim/tag.c:611: for should always use braces [readability/braces] [5]
src/nvim/tag.c:612: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:613: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/tag.c:617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:623: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:624: if should always use braces [readability/braces] [5]
src/nvim/tag.c:625: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:628: while should always use braces [readability/braces] [5]
src/nvim/tag.c:629: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:632: if should always use braces [readability/braces] [5]
src/nvim/tag.c:634: if should always use braces [readability/braces] [5]
src/nvim/tag.c:641: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:646: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:647: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:651: if should always use braces [readability/braces] [5]
src/nvim/tag.c:654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:655: if should always use braces [readability/braces] [5]
src/nvim/tag.c:659: if should always use braces [readability/braces] [5]
src/nvim/tag.c:673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:682: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:691: if should always use braces [readability/braces] [5]
src/nvim/tag.c:695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:705: if should always use braces [readability/braces] [5]
src/nvim/tag.c:706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:708: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:708: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:717: for should always use braces [readability/braces] [5]
src/nvim/tag.c:718: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:719: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/tag.c:723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:734: if should always use braces [readability/braces] [5]
src/nvim/tag.c:737: if should always use braces [readability/braces] [5]
src/nvim/tag.c:743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:761: if should always use braces [readability/braces] [5]
src/nvim/tag.c:767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:785: if should always use braces [readability/braces] [5]
src/nvim/tag.c:792: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:809: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:821: if should always use braces [readability/braces] [5]
src/nvim/tag.c:823: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:825: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:832: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:842: if should always use braces [readability/braces] [5]
src/nvim/tag.c:851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:853: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:854: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:855: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:852: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/tag.c:856: if should always use braces [readability/braces] [5]
src/nvim/tag.c:860: if should always use braces [readability/braces] [5]
src/nvim/tag.c:862: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:864: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:865: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:892: if should always use braces [readability/braces] [5]
src/nvim/tag.c:893: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:894: if should always use braces [readability/braces] [5]
src/nvim/tag.c:895: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:896: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:896: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:898: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:906: if should always use braces [readability/braces] [5]
src/nvim/tag.c:908: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:916: if should always use braces [readability/braces] [5]
src/nvim/tag.c:918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:921: Small and focused functions are preferred: () has 574 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/tag.c:923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:937: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:954: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:957: if should always use braces [readability/braces] [5]
src/nvim/tag.c:962: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:963: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:964: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:965: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:966: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:961: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/tag.c:969: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:974: if should always use braces [readability/braces] [5]
src/nvim/tag.c:980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:991: if should always use braces [readability/braces] [5]
src/nvim/tag.c:992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:993: if should always use braces [readability/braces] [5]
src/nvim/tag.c:994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:995: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:996: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:997: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1013: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1015: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1017: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1019: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1020: for should always use braces [readability/braces] [5]
src/nvim/tag.c:1021: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:1022: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1023: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1025: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1029: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1031: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1060: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:1061: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:1067: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/tag.c:1062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1066: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/tag.c:1066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1078: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1079: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1083: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1090: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/tag.c:1090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1092: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/tag.c:1092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1139: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1141: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1142: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1147: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1176: for should always use braces [readability/braces] [5]
src/nvim/tag.c:1176: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:1179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1184: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1200: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1204: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1207: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1226: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:1229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1232: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1235: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1240: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1242: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1242: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1247: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1249: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1254: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1260: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1268: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1268: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1270: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:1271: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1273: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:1274: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1280: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:1281: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1282: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:1287: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1296: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1305: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1308: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1314: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1318: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1326: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1328: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1334: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/tag.c:1343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1387: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/tag.c:1387: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1390: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1392: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1435: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1443: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1448: for should always use braces [readability/braces] [5]
src/nvim/tag.c:1448: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:1449: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/tag.c:1454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1469: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1471: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1473: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1475: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1477: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1479: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1485: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1522: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1534: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1546: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1554: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:1556: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1559: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1560: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1573: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1575: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1577: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1585: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1587: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1588: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1593: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1595: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1596: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1604: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1606: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1622: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1625: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1633: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1636: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1645: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1647: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1655: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1657: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1660: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1663: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1669: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1673: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1675: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1677: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1679: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1681: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1690: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1693: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1694: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1695: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1695: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1699: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1701: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1702: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1709: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1719: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1721: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1722: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1726: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1742: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1743: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1744: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1751: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1753: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1756: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1758: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1761: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1763: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1794: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1795: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1796: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1797: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1793: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/tag.c:1795: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1797: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/tag.c:1804: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1805: while should always use braces [readability/braces] [5]
src/nvim/tag.c:1813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1816: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1818: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1827: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1859: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1861: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1865: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1867: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1867: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1874: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:1875: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1880: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1886: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1888: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1889: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1892: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1894: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1900: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1908: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1911: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1913: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/tag.c:1914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1916: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1921: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1923: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1925: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/tag.c:1925: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1929: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1943: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1946: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1948: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1951: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:1952: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:1954: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1956: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1956: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1961: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1977: Small and focused functions are preferred: () has 653 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/tag.c:1981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2011: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:2012: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:2013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2021: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2034: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2035: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2035: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2041: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2043: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2046: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:2048: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/tag.c:2053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2056: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2069: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2072: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2097: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2098: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2099: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2100: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2098: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2100: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2101: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2102: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2130: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:2131: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:2132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2141: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2146: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2147: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2150: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2155: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2156: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2157: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2190: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2191: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2193: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2201: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2202: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2203: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2206: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2219: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:2220: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:2221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2234: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2245: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2257: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2263: for should always use braces [readability/braces] [5]
src/nvim/tag.c:2264: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:2265: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/tag.c:2272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2281: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2292: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:2293: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:2294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2355: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2372: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2385: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2400: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2407: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2409: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2412: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2413: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2416: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2421: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2423: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2432: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2434: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2446: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2447: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2453: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2454: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2457: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2458: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2460: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2460: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:2464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2467: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2469: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2477: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/tag.c:2479: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2482: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2481: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/tag.c:2483: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2484: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2524: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2525: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2528: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2535: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2543: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2545: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2557: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2559: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2561: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2568: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2596: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2597: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2608: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2613: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:2621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2627: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/tag.c:2630: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2638: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2639: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2657: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2659: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2660: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2661: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2663: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2664: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2665: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:2667: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2670: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2680: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:2681: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:2682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2695: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2697: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2699: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2701: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2702: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2703: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2705: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2706: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2732: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:2733: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:2736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2756: while should always use braces [readability/braces] [5]
src/nvim/tag.c:2757: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2760: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2784: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2786: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:2795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2796: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2803: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2805: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2807: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2809: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2805: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2807: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2809: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2817: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:2818: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2822: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2825: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2832: while should always use braces [readability/braces] [5]
src/nvim/tag.c:2833: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2837: while should always use braces [readability/braces] [5]
src/nvim/tag.c:2838: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2840: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2843: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:2844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2845: while should always use braces [readability/braces] [5]
src/nvim/tag.c:2846: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2847: if should always use braces [readability/braces] [5]
src/nvim/terminal.c:180: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:513: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:528: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:577: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:596: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:601: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:668: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:672: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:712: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:791: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:836: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:883: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:903: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:919: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:918: Missing space after { [whitespace/braces] [5]
src/nvim/terminal.c:918: Missing space before } [whitespace/braces] [5]
src/nvim/tui/input.c:75: Missing space after { [whitespace/braces] [5]
src/nvim/tui/input.c:75: Missing space before } [whitespace/braces] [5]
src/nvim/tui/input.c:308: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/input.c:319: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:362: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tui/tui.c:474: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:625: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:650: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:651: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:652: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:653: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:664: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:665: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:666: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:667: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:678: Missing space after { [whitespace/braces] [5]
src/nvim/tui/tui.c:678: Missing space before } [whitespace/braces] [5]
src/nvim/tui/tui.c:750: Missing space after { [whitespace/braces] [5]
src/nvim/tui/tui.c:750: Missing space before } [whitespace/braces] [5]
src/nvim/tui/tui.c:770: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:813: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:815: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:818: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:820: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:850: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:852: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:854: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:871: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:873: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:875: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:877: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ugrid.c:88: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ui_bridge.c:23: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ui_bridge.c:217: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ui_bridge.c:220: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ui_bridge.c:226: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ui.c:19: "nvim/mbyte.h" already included at src/nvim/ui.c:15 [build/include] [4]
src/nvim/ui.c:318: Missing space after { [whitespace/braces] [5]
src/nvim/ui.c:318: Missing space before } [whitespace/braces] [5]
src/nvim/ui.c:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ui.c:489: if should always use braces [readability/braces] [5]
src/nvim/ui.c:491: An else should always have braces before it [readability/braces] [5]
src/nvim/ui.c:493: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:118: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:132: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:133: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:136: if should always use braces [readability/braces] [5]
src/nvim/undo.c:138: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:148: if should always use braces [readability/braces] [5]
src/nvim/undo.c:150: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:150: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:155: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:160: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:186: if should always use braces [readability/braces] [5]
src/nvim/undo.c:189: if should always use braces [readability/braces] [5]
src/nvim/undo.c:194: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:222: if should always use braces [readability/braces] [5]
src/nvim/undo.c:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:229: if should always use braces [readability/braces] [5]
src/nvim/undo.c:232: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:243: if should always use braces [readability/braces] [5]
src/nvim/undo.c:246: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:257: if should always use braces [readability/braces] [5]
src/nvim/undo.c:260: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:272: if should always use braces [readability/braces] [5]
src/nvim/undo.c:276: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:276: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:315: if should always use braces [readability/braces] [5]
src/nvim/undo.c:328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:350: if should always use braces [readability/braces] [5]
src/nvim/undo.c:354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:370: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:391: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:411: if should always use braces [readability/braces] [5]
src/nvim/undo.c:412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:414: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:417: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:417: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:419: while should always use braces [readability/braces] [5]
src/nvim/undo.c:424: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:429: if should always use braces [readability/braces] [5]
src/nvim/undo.c:440: if should always use braces [readability/braces] [5]
src/nvim/undo.c:443: if should always use braces [readability/braces] [5]
src/nvim/undo.c:445: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:447: if should always use braces [readability/braces] [5]
src/nvim/undo.c:459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:460: if should always use braces [readability/braces] [5]
src/nvim/undo.c:462: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:476: if should always use braces [readability/braces] [5]
src/nvim/undo.c:478: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:480: if should always use braces [readability/braces] [5]
src/nvim/undo.c:483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:495: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:496: if should always use braces [readability/braces] [5]
src/nvim/undo.c:499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:501: if should always use braces [readability/braces] [5]
src/nvim/undo.c:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:533: if should always use braces [readability/braces] [5]
src/nvim/undo.c:535: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:537: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:537: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:563: if should always use braces [readability/braces] [5]
src/nvim/undo.c:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:569: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:571: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:571: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:578: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:586: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:591: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:594: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:626: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:1079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1103: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1107: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1118: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1122: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1135: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1154: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:1158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1173: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1187: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1208: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:1215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1216: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1218: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1221: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1224: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1226: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1242: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1257: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1345: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:1437: Extra space for operator ++ [whitespace/operators] [4]
src/nvim/undo.c:1445: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/undo.c:1492: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/undo.c:1497: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/undo.c:1502: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/undo.c:1533: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1544: for should always use braces [readability/braces] [5]
src/nvim/undo.c:1651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1663: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1667: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1668: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1669: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1680: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1681: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:1685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1692: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1697: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1707: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1709: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1724: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1735: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:1737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1739: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1744: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:1747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1770: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:1771: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1774: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1775: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1779: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1796: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1798: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1804: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1806: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1808: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1812: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1815: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1818: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:1820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1826: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:1829: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:1832: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1836: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1838: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1840: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1842: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1857: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:1858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1865: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1867: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1872: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1874: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1876: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1889: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:1889: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:1889: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:1903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1911: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1916: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1923: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1927: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1933: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1935: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1940: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1949: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1951: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1957: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:1958: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:1959: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1960: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1973: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1975: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1977: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1981: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1993: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1997: while should always use braces [readability/braces] [5]
src/nvim/undo.c:2001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2003: while should always use braces [readability/braces] [5]
src/nvim/undo.c:2007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2009: while should always use braces [readability/braces] [5]
src/nvim/undo.c:2011: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2019: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2022: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2027: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2037: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2041: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2044: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2046: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2092: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2113: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2138: for should always use braces [readability/braces] [5]
src/nvim/undo.c:2138: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:2139: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2151: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2162: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2163: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:2164: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2166: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2171: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:2172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2176: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2177: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:2178: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2179: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2188: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2189: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2191: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2198: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2200: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2202: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2221: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2223: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2225: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2226: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2231: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:2247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2252: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2254: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2258: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2260: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2262: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2278: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2281: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2285: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2287: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2297: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2306: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/undo.c:2307: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/undo.c:2308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2316: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2319: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2323: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2324: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2327: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2329: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2331: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2333: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2335: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2335: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2337: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2339: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2347: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2348: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2350: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2352: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2355: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2357: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2369: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2370: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2371: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2372: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2373: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2379: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/undo.c:2380: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/undo.c:2381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2385: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2387: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2389: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2389: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2420: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2422: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2424: while should always use braces [readability/braces] [5]
src/nvim/undo.c:2427: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2438: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2441: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/undo.c:2446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2448: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2452: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2456: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2458: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2458: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2460: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2465: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2467: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2467: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2472: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2473: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:2475: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2494: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2497: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2500: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2502: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2510: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2516: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2518: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2520: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2520: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2547: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2552: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2555: for should always use braces [readability/braces] [5]
src/nvim/undo.c:2556: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:2558: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2557: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2578: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2581: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2583: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2585: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2595: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2623: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2637: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/undo.c:2637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2652: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/undo.c:2653: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/undo.c:2656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2663: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2666: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2670: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2672: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2675: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2677: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2678: for should always use braces [readability/braces] [5]
src/nvim/undo.c:2685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2688: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/undo.c:2689: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/undo.c:2692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2700: while should always use braces [readability/braces] [5]
src/nvim/undo.c:2705: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2711: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2722: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/undo.c:2723: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/undo.c:2726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2732: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2734: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2736: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2748: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2756: while should always use braces [readability/braces] [5]
src/nvim/undo.c:2765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2782: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2784: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2788: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2790: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2819: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2829: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2830: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2830: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2833: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:2839: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2909: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2911: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2913: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/version.c:1702: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/version.c:1704: Use true instead of TRUE. [readability/bool] [4]
src/nvim/version.c:1707: Use false instead of FALSE. [readability/bool] [4]
src/nvim/version.c:1728: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/version.c:1740: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/version.c:1755: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/version.c:1792: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/version.c:1869: Use false instead of FALSE. [readability/bool] [4]
src/nvim/version.c:1932: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/version.c:1984: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/version.c:1993: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/version.c:2004: Use true instead of TRUE. [readability/bool] [4]
src/nvim/version.c:2005: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:68: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:69: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:83: if should always use braces [readability/braces] [5]
src/nvim/window.c:85: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:98: if should always use braces [readability/braces] [5]
src/nvim/window.c:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:109: if should always use braces [readability/braces] [5]
src/nvim/window.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:127: if should always use braces [readability/braces] [5]
src/nvim/window.c:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:130: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:132: if should always use braces [readability/braces] [5]
src/nvim/window.c:133: Almost always, snprintf is better than strcat [runtime/printf] [4]
src/nvim/window.c:134: Almost always, snprintf is better than strcat [runtime/printf] [4]
src/nvim/window.c:138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:163: for should always use braces [readability/braces] [5]
src/nvim/window.c:164: if should always use braces [readability/braces] [5]
src/nvim/window.c:166: if should always use braces [readability/braces] [5]
src/nvim/window.c:168: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:186: if should always use braces [readability/braces] [5]
src/nvim/window.c:188: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:188: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:191: if should always use braces [readability/braces] [5]
src/nvim/window.c:193: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:199: if should always use braces [readability/braces] [5]
src/nvim/window.c:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:203: if should always use braces [readability/braces] [5]
src/nvim/window.c:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:215: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:222: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:230: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:237: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:242: if should always use braces [readability/braces] [5]
src/nvim/window.c:244: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:244: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:254: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:255: if should always use braces [readability/braces] [5]
src/nvim/window.c:256: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:257: if should always use braces [readability/braces] [5]
src/nvim/window.c:258: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:278: if should always use braces [readability/braces] [5]
src/nvim/window.c:280: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:294: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:300: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:309: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:310: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:352: if should always use braces [readability/braces] [5]
src/nvim/window.c:354: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:361: if should always use braces [readability/braces] [5]
src/nvim/window.c:363: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:388: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:409: if should always use braces [readability/braces] [5]
src/nvim/window.c:411: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:412: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:414: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:424: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/window.c:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:436: Extra space for operator ++ [whitespace/operators] [4]
src/nvim/window.c:436: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:437: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:438: if should always use braces [readability/braces] [5]
src/nvim/window.c:440: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:441: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:442: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:447: if should always use braces [readability/braces] [5]
src/nvim/window.c:449: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:455: if should always use braces [readability/braces] [5]
src/nvim/window.c:457: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:509: if should always use braces [readability/braces] [5]
src/nvim/window.c:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:521: if should always use braces [readability/braces] [5]
src/nvim/window.c:523: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:542: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:552: if should always use braces [readability/braces] [5]
src/nvim/window.c:554: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:556: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:614: if should always use braces [readability/braces] [5]
src/nvim/window.c:623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:624: if should always use braces [readability/braces] [5]
src/nvim/window.c:625: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:630: if should always use braces [readability/braces] [5]
src/nvim/window.c:633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:642: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:642: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:643: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:696: if should always use braces [readability/braces] [5]
src/nvim/window.c:706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:707: if should always use braces [readability/braces] [5]
src/nvim/window.c:708: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:715: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:717: if should always use braces [readability/braces] [5]
src/nvim/window.c:721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:732: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:748: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:749: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:748: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:749: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:748: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:749: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:748: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:749: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:751: if should always use braces [readability/braces] [5]
src/nvim/window.c:752: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:753: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:756: if should always use braces [readability/braces] [5]
src/nvim/window.c:757: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:758: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:763: if should always use braces [readability/braces] [5]
src/nvim/window.c:768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:779: if should always use braces [readability/braces] [5]
src/nvim/window.c:780: while should always use braces [readability/braces] [5]
src/nvim/window.c:782: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:787: if should always use braces [readability/braces] [5]
src/nvim/window.c:788: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:789: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:790: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:791: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:793: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:807: if should always use braces [readability/braces] [5]
src/nvim/window.c:809: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:810: for should always use braces [readability/braces] [5]
src/nvim/window.c:814: if should always use braces [readability/braces] [5]
src/nvim/window.c:816: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:821: if should always use braces [readability/braces] [5]
src/nvim/window.c:823: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:828: if should always use braces [readability/braces] [5]
src/nvim/window.c:840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:855: if should always use braces [readability/braces] [5]
src/nvim/window.c:857: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:857: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:862: if should always use braces [readability/braces] [5]
src/nvim/window.c:864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:866: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:867: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:867: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:868: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:873: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:893: if should always use braces [readability/braces] [5]
src/nvim/window.c:895: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:895: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:896: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:908: if should always use braces [readability/braces] [5]
src/nvim/window.c:920: if should always use braces [readability/braces] [5]
src/nvim/window.c:923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:927: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:929: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:943: if should always use braces [readability/braces] [5]
src/nvim/window.c:945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:946: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:947: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:953: if should always use braces [readability/braces] [5]
src/nvim/window.c:958: if should always use braces [readability/braces] [5]
src/nvim/window.c:965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:969: if should always use braces [readability/braces] [5]
src/nvim/window.c:971: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1010: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1018: if should always use braces [readability/braces] [5]
src/nvim/window.c:1031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1039: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1072: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1083: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:1084: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:1086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1103: if should always use braces [readability/braces] [5]
src/nvim/window.c:1105: if should always use braces [readability/braces] [5]
src/nvim/window.c:1108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1111: if should always use braces [readability/braces] [5]
src/nvim/window.c:1112: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:1114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1121: for should always use braces [readability/braces] [5]
src/nvim/window.c:1121: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:1123: if should always use braces [readability/braces] [5]
src/nvim/window.c:1124: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:1127: if should always use braces [readability/braces] [5]
src/nvim/window.c:1129: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:1135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1161: while should always use braces [readability/braces] [5]
src/nvim/window.c:1163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1163: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1165: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1170: if should always use braces [readability/braces] [5]
src/nvim/window.c:1174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1194: if should always use braces [readability/braces] [5]
src/nvim/window.c:1196: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1245: for should always use braces [readability/braces] [5]
src/nvim/window.c:1253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1262: for should always use braces [readability/braces] [5]
src/nvim/window.c:1263: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:1267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1270: for should always use braces [readability/braces] [5]
src/nvim/window.c:1272: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:1274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1319: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1326: if should always use braces [readability/braces] [5]
src/nvim/window.c:1329: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/window.c:1332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1341: if should always use braces [readability/braces] [5]
src/nvim/window.c:1344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1396: if should always use braces [readability/braces] [5]
src/nvim/window.c:1399: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:1400: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:1403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1437: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1439: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1451: if should always use braces [readability/braces] [5]
src/nvim/window.c:1453: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1482: if should always use braces [readability/braces] [5]
src/nvim/window.c:1484: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1496: if should always use braces [readability/braces] [5]
src/nvim/window.c:1498: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1507: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1512: if should always use braces [readability/braces] [5]
src/nvim/window.c:1513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1513: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1518: if should always use braces [readability/braces] [5]
src/nvim/window.c:1519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1521: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1523: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1532: if should always use braces [readability/braces] [5]
src/nvim/window.c:1534: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1535: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1536: if should always use braces [readability/braces] [5]
src/nvim/window.c:1537: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1538: if should always use braces [readability/braces] [5]
src/nvim/window.c:1540: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1546: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1553: if should always use braces [readability/braces] [5]
src/nvim/window.c:1557: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:1562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1570: if should always use braces [readability/braces] [5]
src/nvim/window.c:1572: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1603: if should always use braces [readability/braces] [5]
src/nvim/window.c:1605: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1617: if should always use braces [readability/braces] [5]
src/nvim/window.c:1619: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1628: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1633: if should always use braces [readability/braces] [5]
src/nvim/window.c:1634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1634: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1639: if should always use braces [readability/braces] [5]
src/nvim/window.c:1640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1642: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1644: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1653: if should always use braces [readability/braces] [5]
src/nvim/window.c:1655: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1656: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1657: if should always use braces [readability/braces] [5]
src/nvim/window.c:1658: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1659: if should always use braces [readability/braces] [5]
src/nvim/window.c:1661: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1667: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1673: if should always use braces [readability/braces] [5]
src/nvim/window.c:1677: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:1685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1688: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:1689: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:1691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1697: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1703: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1707: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1719: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1730: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1732: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:1733: if should always use braces [readability/braces] [5]
src/nvim/window.c:1786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1794: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1795: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:1799: Never use sprintf. Use snprintf instead. [runtime/printf] [5]
src/nvim/window.c:1801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1807: if should always use braces [readability/braces] [5]
src/nvim/window.c:1828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1838: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1839: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1841: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1849: if should always use braces [readability/braces] [5]
src/nvim/window.c:1850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1863: if should always use braces [readability/braces] [5]
src/nvim/window.c:1866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1868: if should always use braces [readability/braces] [5]
src/nvim/window.c:1869: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:1870: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1885: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:1887: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1888: if should always use braces [readability/braces] [5]
src/nvim/window.c:1891: if should always use braces [readability/braces] [5]
src/nvim/window.c:1895: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1896: if should always use braces [readability/braces] [5]
src/nvim/window.c:1899: if should always use braces [readability/braces] [5]
src/nvim/window.c:1901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1902: if should always use braces [readability/braces] [5]
src/nvim/window.c:1907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1908: if should always use braces [readability/braces] [5]
src/nvim/window.c:1911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1933: if should always use braces [readability/braces] [5]
src/nvim/window.c:1937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1939: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/window.c:1945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1960: if should always use braces [readability/braces] [5]
src/nvim/window.c:1962: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1964: if should always use braces [readability/braces] [5]
src/nvim/window.c:1973: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:1984: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:1985: if should always use braces [readability/braces] [5]
src/nvim/window.c:1986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1987: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1994: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1998: if should always use braces [readability/braces] [5]
src/nvim/window.c:2005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2016: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:2019: if should always use braces [readability/braces] [5]
src/nvim/window.c:2020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2023: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:2025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2027: for should always use braces [readability/braces] [5]
src/nvim/window.c:2028: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:2029: if should always use braces [readability/braces] [5]
src/nvim/window.c:2032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2048: if should always use braces [readability/braces] [5]
src/nvim/window.c:2050: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:2050: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:2051: for should always use braces [readability/braces] [5]
src/nvim/window.c:2053: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:2060: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:2063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2066: if should always use braces [readability/braces] [5]
src/nvim/window.c:2070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2075: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:2077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2092: if should always use braces [readability/braces] [5]
src/nvim/window.c:2103: while should always use braces [readability/braces] [5]
src/nvim/window.c:2104: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:2111: while should always use braces [readability/braces] [5]
src/nvim/window.c:2121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2126: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:2128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2139: if should always use braces [readability/braces] [5]
src/nvim/window.c:2142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2178: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:2178: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:2181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2207: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:2207: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:2211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2225: for should always use braces [readability/braces] [5]
src/nvim/window.c:2228: if should always use braces [readability/braces] [5]
src/nvim/window.c:2235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2237: if should always use braces [readability/braces] [5]
src/nvim/window.c:2241: if should always use braces [readability/braces] [5]
src/nvim/window.c:2247: if should always use braces [readability/braces] [5]
src/nvim/window.c:2259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2268: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:2270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2276: if should always use braces [readability/braces] [5]
src/nvim/window.c:2277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2281: if should always use braces [readability/braces] [5]
src/nvim/window.c:2283: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:2285: if should always use braces [readability/braces] [5]
src/nvim/window.c:2290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2298: if should always use braces [readability/braces] [5]
src/nvim/window.c:2301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2302: for should always use braces [readability/braces] [5]
src/nvim/window.c:2303: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:2307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2312: while should always use braces [readability/braces] [5]
src/nvim/window.c:2335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2339: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:2340: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:2345: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:2343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2344: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/window.c:2344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2344: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/window.c:2353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2355: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:2358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2373: if should always use braces [readability/braces] [5]
src/nvim/window.c:2374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2377: if should always use braces [readability/braces] [5]
src/nvim/window.c:2378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2382: while should always use braces [readability/braces] [5]
src/nvim/window.c:2384: if should always use braces [readability/braces] [5]
src/nvim/window.c:2385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2386: while should always use braces [readability/braces] [5]
src/nvim/window.c:2392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2400: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:2406: while should always use braces [readability/braces] [5]
src/nvim/window.c:2406: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/window.c:2410: while should always use braces [readability/braces] [5]
src/nvim/window.c:2410: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/window.c:2412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2413: if should always use braces [readability/braces] [5]
src/nvim/window.c:2417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2503: if should always use braces [readability/braces] [5]
src/nvim/window.c:2504: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:2508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2509: for should always use braces [readability/braces] [5]
src/nvim/window.c:2511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2513: for should always use braces [readability/braces] [5]
src/nvim/window.c:2514: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:2519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2523: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:2524: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:2529: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:2527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2528: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/window.c:2528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2541: for should always use braces [readability/braces] [5]
src/nvim/window.c:2542: if should always use braces [readability/braces] [5]
src/nvim/window.c:2544: if should always use braces [readability/braces] [5]
src/nvim/window.c:2549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2564: if should always use braces [readability/braces] [5]
src/nvim/window.c:2565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2568: if should always use braces [readability/braces] [5]
src/nvim/window.c:2569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2573: while should always use braces [readability/braces] [5]
src/nvim/window.c:2575: if should always use braces [readability/braces] [5]
src/nvim/window.c:2576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2577: while should always use braces [readability/braces] [5]
src/nvim/window.c:2583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2591: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:2597: while should always use braces [readability/braces] [5]
src/nvim/window.c:2597: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/window.c:2601: while should always use braces [readability/braces] [5]
src/nvim/window.c:2601: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/window.c:2603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2604: if should always use braces [readability/braces] [5]
src/nvim/window.c:2608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2626: if should always use braces [readability/braces] [5]
src/nvim/window.c:2627: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:2631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2632: for should always use braces [readability/braces] [5]
src/nvim/window.c:2634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2637: while should always use braces [readability/braces] [5]
src/nvim/window.c:2643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2673: if should always use braces [readability/braces] [5]
src/nvim/window.c:2675: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:2675: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:2676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2679: if should always use braces [readability/braces] [5]
src/nvim/window.c:2680: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:2683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2687: if should always use braces [readability/braces] [5]
src/nvim/window.c:2691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2693: for should always use braces [readability/braces] [5]
src/nvim/window.c:2700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2706: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:2707: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:2709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2716: if should always use braces [readability/braces] [5]
src/nvim/window.c:2718: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:2718: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:2719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2722: if should always use braces [readability/braces] [5]
src/nvim/window.c:2723: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:2726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2730: if should always use braces [readability/braces] [5]
src/nvim/window.c:2734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2736: for should always use braces [readability/braces] [5]
src/nvim/window.c:2744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2751: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:2752: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:2754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2762: if should always use braces [readability/braces] [5]
src/nvim/window.c:2769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2784: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:2785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2790: if should always use braces [readability/braces] [5]
src/nvim/window.c:2796: if should always use braces [readability/braces] [5]
src/nvim/window.c:2801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2824: if should always use braces [readability/braces] [5]
src/nvim/window.c:2826: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:2831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2839: if should always use braces [readability/braces] [5]
src/nvim/window.c:2849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2855: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:2861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2869: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:2871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2874: if should always use braces [readability/braces] [5]
src/nvim/window.c:2878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2932: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:2944: for should always use braces [readability/braces] [5]
src/nvim/window.c:2944: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:2946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2972: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:2978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2989: for should always use braces [readability/braces] [5]
src/nvim/window.c:2991: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:3001: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3013: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3044: if should always use braces [readability/braces] [5]
src/nvim/window.c:3047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3053: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:3061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3086: for should always use braces [readability/braces] [5]
src/nvim/window.c:3087: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:3091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3100: for should always use braces [readability/braces] [5]
src/nvim/window.c:3101: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:3105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3111: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:3112: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:3114: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:3113: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/window.c:3113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3123: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3124: if should always use braces [readability/braces] [5]
src/nvim/window.c:3127: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3128: if should always use braces [readability/braces] [5]
src/nvim/window.c:3130: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3131: if should always use braces [readability/braces] [5]
src/nvim/window.c:3145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3151: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/window.c:3161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3165: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:3164: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3168: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3171: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3178: if should always use braces [readability/braces] [5]
src/nvim/window.c:3179: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/window.c:3181: if should always use braces [readability/braces] [5]
src/nvim/window.c:3182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3188: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3189: if should always use braces [readability/braces] [5]
src/nvim/window.c:3190: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3208: if should always use braces [readability/braces] [5]
src/nvim/window.c:3210: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3217: if should always use braces [readability/braces] [5]
src/nvim/window.c:3223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3224: if should always use braces [readability/braces] [5]
src/nvim/window.c:3226: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3232: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:3233: for should always use braces [readability/braces] [5]
src/nvim/window.c:3235: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:3239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3240: for should always use braces [readability/braces] [5]
src/nvim/window.c:3241: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:3243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3251: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3252: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/window.c:3255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3261: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/window.c:3263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3267: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:3268: if should always use braces [readability/braces] [5]
src/nvim/window.c:3270: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:3271: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3273: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:3277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3283: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3296: if should always use braces [readability/braces] [5]
src/nvim/window.c:3300: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:3310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3311: if should always use braces [readability/braces] [5]
src/nvim/window.c:3313: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3313: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:3314: for should always use braces [readability/braces] [5]
src/nvim/window.c:3315: if should always use braces [readability/braces] [5]
src/nvim/window.c:3317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3317: if should always use braces [readability/braces] [5]
src/nvim/window.c:3331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3332: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3352: if should always use braces [readability/braces] [5]
src/nvim/window.c:3355: if should always use braces [readability/braces] [5]
src/nvim/window.c:3357: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3363: if should always use braces [readability/braces] [5]
src/nvim/window.c:3365: if should always use braces [readability/braces] [5]
src/nvim/window.c:3366: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3386: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:3387: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:3388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3404: if should always use braces [readability/braces] [5]
src/nvim/window.c:3406: if should always use braces [readability/braces] [5]
src/nvim/window.c:3408: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3410: if should always use braces [readability/braces] [5]
src/nvim/window.c:3415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3426: while should always use braces [readability/braces] [5]
src/nvim/window.c:3431: if should always use braces [readability/braces] [5]
src/nvim/window.c:3432: while should always use braces [readability/braces] [5]
src/nvim/window.c:3438: if should always use braces [readability/braces] [5]
src/nvim/window.c:3442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3445: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:3446: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:3447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3463: if should always use braces [readability/braces] [5]
src/nvim/window.c:3465: if should always use braces [readability/braces] [5]
src/nvim/window.c:3467: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3469: if should always use braces [readability/braces] [5]
src/nvim/window.c:3474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3485: while should always use braces [readability/braces] [5]
src/nvim/window.c:3490: if should always use braces [readability/braces] [5]
src/nvim/window.c:3491: while should always use braces [readability/braces] [5]
src/nvim/window.c:3497: if should always use braces [readability/braces] [5]
src/nvim/window.c:3501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3506: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3514: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/window.c:3516: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3518: if should always use braces [readability/braces] [5]
src/nvim/window.c:3522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3526: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3527: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3528: if should always use braces [readability/braces] [5]
src/nvim/window.c:3531: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3532: if should always use braces [readability/braces] [5]
src/nvim/window.c:3534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3535: if should always use braces [readability/braces] [5]
src/nvim/window.c:3541: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3554: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3559: if should always use braces [readability/braces] [5]
src/nvim/window.c:3561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3587: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3591: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3592: if should always use braces [readability/braces] [5]
src/nvim/window.c:3593: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3597: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3598: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3599: if should always use braces [readability/braces] [5]
src/nvim/window.c:3600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3603: if should always use braces [readability/braces] [5]
src/nvim/window.c:3605: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3609: if should always use braces [readability/braces] [5]
src/nvim/window.c:3612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3643: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/window.c:3647: if should always use braces [readability/braces] [5]
src/nvim/window.c:3676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3700: if should always use braces [readability/braces] [5]
src/nvim/window.c:3706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3728: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:3729: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:3731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3754: if should always use braces [readability/braces] [5]
src/nvim/window.c:3758: for should always use braces [readability/braces] [5]
src/nvim/window.c:3758: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:3763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3766: for should always use braces [readability/braces] [5]
src/nvim/window.c:3767: if should always use braces [readability/braces] [5]
src/nvim/window.c:3780: if should always use braces [readability/braces] [5]
src/nvim/window.c:3792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3799: if should always use braces [readability/braces] [5]
src/nvim/window.c:3801: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3806: if should always use braces [readability/braces] [5]
src/nvim/window.c:3808: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3810: if should always use braces [readability/braces] [5]
src/nvim/window.c:3812: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3819: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:3820: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:3822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3825: if should always use braces [readability/braces] [5]
src/nvim/window.c:3827: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3829: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3831: if should always use braces [readability/braces] [5]
src/nvim/window.c:3833: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3835: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3846: if should always use braces [readability/braces] [5]
src/nvim/window.c:3851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3859: if should always use braces [readability/braces] [5]
src/nvim/window.c:3861: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3870: if should always use braces [readability/braces] [5]
src/nvim/window.c:3872: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3874: if should always use braces [readability/braces] [5]
src/nvim/window.c:3879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3894: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/window.c:3901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3909: if should always use braces [readability/braces] [5]
src/nvim/window.c:3911: if should always use braces [readability/braces] [5]
src/nvim/window.c:3914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3916: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3917: if should always use braces [readability/braces] [5]
src/nvim/window.c:3918: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3923: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/window.c:3926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3931: if should always use braces [readability/braces] [5]
src/nvim/window.c:3934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3936: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3937: if should always use braces [readability/braces] [5]
src/nvim/window.c:3938: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3967: for should always use braces [readability/braces] [5]
src/nvim/window.c:3967: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:3975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4016: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4024: if should always use braces [readability/braces] [5]
src/nvim/window.c:4025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4026: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4054: if should always use braces [readability/braces] [5]
src/nvim/window.c:4056: if should always use braces [readability/braces] [5]
src/nvim/window.c:4062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4069: if should always use braces [readability/braces] [5]
src/nvim/window.c:4079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4103: if should always use braces [readability/braces] [5]
src/nvim/window.c:4107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4108: if should always use braces [readability/braces] [5]
src/nvim/window.c:4110: if should always use braces [readability/braces] [5]
src/nvim/window.c:4111: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4116: if should always use braces [readability/braces] [5]
src/nvim/window.c:4120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4130: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:4135: if should always use braces [readability/braces] [5]
src/nvim/window.c:4140: if should always use braces [readability/braces] [5]
src/nvim/window.c:4143: if should always use braces [readability/braces] [5]
src/nvim/window.c:4145: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4145: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:4149: if should always use braces [readability/braces] [5]
src/nvim/window.c:4153: if should always use braces [readability/braces] [5]
src/nvim/window.c:4156: if should always use braces [readability/braces] [5]
src/nvim/window.c:4161: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:4162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4173: if should always use braces [readability/braces] [5]
src/nvim/window.c:4175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4177: if should always use braces [readability/braces] [5]
src/nvim/window.c:4181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4182: if should always use braces [readability/braces] [5]
src/nvim/window.c:4188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4191: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4198: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:4199: if should always use braces [readability/braces] [5]
src/nvim/window.c:4200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4201: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4208: if should always use braces [readability/braces] [5]
src/nvim/window.c:4210: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4210: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:4211: if should always use braces [readability/braces] [5]
src/nvim/window.c:4214: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4220: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4223: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:4223: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4227: if should always use braces [readability/braces] [5]
src/nvim/window.c:4229: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4250: if should always use braces [readability/braces] [5]
src/nvim/window.c:4252: if should always use braces [readability/braces] [5]
src/nvim/window.c:4258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4281: if should always use braces [readability/braces] [5]
src/nvim/window.c:4284: if should always use braces [readability/braces] [5]
src/nvim/window.c:4285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4292: if should always use braces [readability/braces] [5]
src/nvim/window.c:4296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4304: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:4309: if should always use braces [readability/braces] [5]
src/nvim/window.c:4314: if should always use braces [readability/braces] [5]
src/nvim/window.c:4318: if should always use braces [readability/braces] [5]
src/nvim/window.c:4321: if should always use braces [readability/braces] [5]
src/nvim/window.c:4326: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:4329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4337: if should always use braces [readability/braces] [5]
src/nvim/window.c:4339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4341: if should always use braces [readability/braces] [5]
src/nvim/window.c:4344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4347: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4354: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:4355: if should always use braces [readability/braces] [5]
src/nvim/window.c:4356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4357: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4364: if should always use braces [readability/braces] [5]
src/nvim/window.c:4366: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4366: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:4367: if should always use braces [readability/braces] [5]
src/nvim/window.c:4370: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4376: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4379: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:4379: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4383: if should always use braces [readability/braces] [5]
src/nvim/window.c:4385: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4398: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4407: if should always use braces [readability/braces] [5]
src/nvim/window.c:4409: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:4412: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4437: if should always use braces [readability/braces] [5]
src/nvim/window.c:4442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4445: if should always use braces [readability/braces] [5]
src/nvim/window.c:4448: if should always use braces [readability/braces] [5]
src/nvim/window.c:4452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4453: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4463: if should always use braces [readability/braces] [5]
src/nvim/window.c:4467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4469: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4474: if should always use braces [readability/braces] [5]
src/nvim/window.c:4476: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4478: if should always use braces [readability/braces] [5]
src/nvim/window.c:4480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4481: for should always use braces [readability/braces] [5]
src/nvim/window.c:4483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4486: if should always use braces [readability/braces] [5]
src/nvim/window.c:4487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4488: if should always use braces [readability/braces] [5]
src/nvim/window.c:4491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4495: if should always use braces [readability/braces] [5]
src/nvim/window.c:4496: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4498: if should always use braces [readability/braces] [5]
src/nvim/window.c:4499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4500: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4510: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4512: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4515: if should always use braces [readability/braces] [5]
src/nvim/window.c:4517: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4524: if should always use braces [readability/braces] [5]
src/nvim/window.c:4531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4543: if should always use braces [readability/braces] [5]
src/nvim/window.c:4547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4549: if should always use braces [readability/braces] [5]
src/nvim/window.c:4555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4558: if should always use braces [readability/braces] [5]
src/nvim/window.c:4568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4569: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4575: if should always use braces [readability/braces] [5]
src/nvim/window.c:4578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4580: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4583: for should always use braces [readability/braces] [5]
src/nvim/window.c:4585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4604: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4607: if should always use braces [readability/braces] [5]
src/nvim/window.c:4608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4609: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4616: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4618: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4621: if should always use braces [readability/braces] [5]
src/nvim/window.c:4623: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4653: if should always use braces [readability/braces] [5]
src/nvim/window.c:4655: if should always use braces [readability/braces] [5]
src/nvim/window.c:4656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4685: if should always use braces [readability/braces] [5]
src/nvim/window.c:4693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4694: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4712: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:4716: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:4724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4726: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:4729: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:4730: if should always use braces [readability/braces] [5]
src/nvim/window.c:4731: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4733: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4734: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4756: if should always use braces [readability/braces] [5]
src/nvim/window.c:4758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4758: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4766: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4786: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4789: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4802: if should always use braces [readability/braces] [5]
src/nvim/window.c:4806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4822: while should always use braces [readability/braces] [5]
src/nvim/window.c:4825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4826: while should always use braces [readability/braces] [5]
src/nvim/window.c:4833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4843: if should always use braces [readability/braces] [5]
src/nvim/window.c:4850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4854: if should always use braces [readability/braces] [5]
src/nvim/window.c:4856: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:4858: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4862: if should always use braces [readability/braces] [5]
src/nvim/window.c:4864: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4869: if should always use braces [readability/braces] [5]
src/nvim/window.c:4873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4879: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4882: if should always use braces [readability/braces] [5]
src/nvim/window.c:4888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4899: if should always use braces [readability/braces] [5]
src/nvim/window.c:4906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4922: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:4923: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:4926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4931: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:4936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4947: while should always use braces [readability/braces] [5]
src/nvim/window.c:4949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4950: if should always use braces [readability/braces] [5]
src/nvim/window.c:4955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4960: if should always use braces [readability/braces] [5]
src/nvim/window.c:4962: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4964: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:4965: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4978: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:4983: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:4987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4991: if should always use braces [readability/braces] [5]
src/nvim/window.c:4993: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:4998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5002: if should always use braces [readability/braces] [5]
src/nvim/window.c:5003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5003: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:5005: if should always use braces [readability/braces] [5]
src/nvim/window.c:5013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5017: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:5018: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:5019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5024: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/window.c:5035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5049: if should always use braces [readability/braces] [5]
src/nvim/window.c:5051: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:5056: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:5059: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:5065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5066: for should always use braces [readability/braces] [5]
src/nvim/window.c:5069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5070: for should always use braces [readability/braces] [5]
src/nvim/window.c:5071: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:5076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5095: if should always use braces [readability/braces] [5]
src/nvim/window.c:5106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5178: if should always use braces [readability/braces] [5]
src/nvim/window.c:5180: if should always use braces [readability/braces] [5]
src/nvim/window.c:5182: if should always use braces [readability/braces] [5]
src/nvim/window.c:5186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5209: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:5210: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:5212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5223: if should always use braces [readability/braces] [5]
src/nvim/window.c:5230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5236: if should always use braces [readability/braces] [5]
src/nvim/window.c:5247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5260: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:5261: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:5266: if should always use braces [readability/braces] [5]
src/nvim/window.c:5271: if should always use braces [readability/braces] [5]
src/nvim/window.c:5278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5286: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/window.c:5298: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:5299: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:5309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5323: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:5324: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:5333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5341: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:5344: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:5347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5355: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:5358: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:5407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5410: while should always use braces [readability/braces] [5]
src/nvim/window.c:5412: if should always use braces [readability/braces] [5]
src/nvim/window.c:5417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5424: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:5432: if should always use braces [readability/braces] [5]
src/nvim/window.c:5434: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5435: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5436: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5436: Missing space before asterisk in listitem_T * [whitespace/operators] [2]
src/nvim/window.c:5437: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5440: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:5441: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5442: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5443: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5444: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5446: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5462: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:5469: if should always use braces [readability/braces] [5]
src/nvim/window.c:5483: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:5501: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:5502: Missing space before { [whitespace/braces] [5]
src/nvim/window.c:5521: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:5522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5530: if should always use braces [readability/braces] [5]
src/nvim/window.c:5532: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:5544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5555: if should always use braces [readability/braces] [5]
src/nvim/window.c:5555: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:5566: if should always use braces [readability/braces] [5]
src/nvim/window.c:5566: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:5570: if should always use braces [readability/braces] [5]
src/nvim/window.c:5572: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:5597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5622: while should always use braces [readability/braces] [5]
src/nvim/api/private/defs.h:8: Missing space after { [whitespace/braces] [5]
src/nvim/api/private/defs.h:8: Missing space before } [whitespace/braces] [5]
src/nvim/api/private/defs.h:9: Missing space after { [whitespace/braces] [5]
src/nvim/api/private/defs.h:9: Missing space before } [whitespace/braces] [5]
src/nvim/api/private/helpers.h:23: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:24: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:25: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:28: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:29: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:30: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:33: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:34: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:35: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:38: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:39: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:40: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:43: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:44: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:45: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:48: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:49: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:50: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:53: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:54: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:55: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:58: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:59: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:60: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:62: Missing space after { [whitespace/braces] [5]
src/nvim/api/private/helpers.h:62: Missing space before } [whitespace/braces] [5]
src/nvim/api/private/helpers.h:67: Missing space after { [whitespace/braces] [5]
src/nvim/api/private/helpers.h:67: Missing space before } [whitespace/braces] [5]
src/nvim/api/private/helpers.h:72: Missing space after { [whitespace/braces] [5]
src/nvim/api/private/helpers.h:72: Missing space before } [whitespace/braces] [5]
src/nvim/ascii.h:157: #endif line should be "#endif // NVIM_ASCII_H" [build/header_guard] [5]
src/nvim/ascii.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:31: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:32: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:36: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ascii.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/assert.h:62: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer_defs.h:1172: #endif line should be "#endif // NVIM_BUFFER_DEFS_H" [build/header_guard] [5]
src/nvim/buffer_defs.h:9: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer_defs.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:157: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:165: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/buffer_defs.h:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:169: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/buffer_defs.h:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:175: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/buffer_defs.h:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:404: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:404: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer_defs.h:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:407: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/buffer_defs.h:408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:417: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:463: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:463: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer_defs.h:464: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer_defs.h:466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:472: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:490: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:494: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:501: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:504: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:506: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:560: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:583: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:584: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:585: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:588: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/buffer_defs.h:589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:724: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:741: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:749: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:750: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer_defs.h:749: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer_defs.h:751: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:752: Extra space for operator ! [whitespace/operators] [4]
src/nvim/buffer_defs.h:752: Use operator ! instead of not [readability/alt_tokens] [2]
src/nvim/buffer_defs.h:755: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:817: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:860: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:862: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:880: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:881: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer_defs.h:882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:898: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:898: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer_defs.h:899: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:899: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer_defs.h:900: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:900: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer_defs.h:908: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:908: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer_defs.h:909: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:909: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer_defs.h:910: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:911: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:938: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:938: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer_defs.h:939: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer_defs.h:941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:945: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:952: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:956: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:973: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:975: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:975: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer_defs.h:977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:979: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:980: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer_defs.h:981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:982: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:985: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:993: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1010: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1023: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1027: Use operator || instead of or [readability/alt_tokens] [2]
src/nvim/buffer_defs.h:1030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1037: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1040: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1057: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1059: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1061: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1069: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1086: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1086: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer_defs.h:1087: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer_defs.h:1088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1090: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1160: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1172: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:11: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:12: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:13: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:18: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:19: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:20: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:25: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:26: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:27: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:28: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:29: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:34: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:35: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:36: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:37: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:42: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:43: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:44: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:63: if should always use braces [readability/braces] [5]
src/nvim/charset.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/charset.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/charset.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/charset.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/charset.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:31: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:32: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:38: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:42: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:32: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:37: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:62: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/eval_defs.h:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/event/loop.h:34: Missing space after { [whitespace/braces] [5]
src/nvim/event/loop.h:34: Missing space before } [whitespace/braces] [5]
src/nvim/event/stream.h:24: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:42: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:46: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds_defs.h:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:49: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:50: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:79: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:148: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds_defs.h:148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:148: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds_defs.h:151: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds_defs.h:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:11: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:26: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/ex_eval.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:32: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:37: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:38: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:49: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.h:5: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.h:12: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fold.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.h:14: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fold.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/func_attr.h:92: #ifndef header guard has wrong style, please use: NVIM_FUNC_ATTR_H [build/header_guard] [5]
src/nvim/func_attr.h:208: #endif line should be "#endif // NVIM_FUNC_ATTR_H" [build/header_guard] [5]
src/nvim/func_attr.h:1: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:4: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:5: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:6: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:9: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:12: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:13: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:16: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:19: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:20: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:21: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:118: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/func_attr.h:119: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/func_attr.h:122: Missing space after , [whitespace/comma] [3]
src/nvim/func_attr.h:141: Missing space after , [whitespace/comma] [3]
src/nvim/func_attr.h:185: Missing space after , [whitespace/comma] [3]
src/nvim/func_attr.h:198: Missing space after , [whitespace/comma] [3]
src/nvim/garray.h:70: Missing space before asterisk in void* [whitespace/operators] [2]
src/nvim/getchar.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1254: #endif line should be "#endif // NVIM_GLOBALS_H" [build/header_guard] [5]
src/nvim/globals.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:25: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/globals.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:123: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/globals.h:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:151: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:178: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:179: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:180: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:181: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:183: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:185: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:205: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:217: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:219: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:221: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:222: Missing spaces around = [whitespace/operators] [4]
src/nvim/globals.h:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:228: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:231: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:233: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:240: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:241: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:242: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:243: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:244: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:245: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:246: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:248: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:249: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:250: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:250: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:252: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:254: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:254: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:256: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:259: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:261: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:265: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:266: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:270: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:270: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:272: Use true instead of TRUE. [readability/bool] [4]
src/nvim/globals.h:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:274: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:276: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:279: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:282: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:283: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:290: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:290: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:293: Extra space after ( in function call [whitespace/parens] [4]
src/nvim/globals.h:294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:298: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:318: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:324: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:331: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:347: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:367: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:386: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:387: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:388: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:404: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/globals.h:411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:424: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:428: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:430: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:430: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:432: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:432: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:442: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:444: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/globals.h:445: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/globals.h:446: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/globals.h:447: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:493: Missing space after { [whitespace/braces] [5]
src/nvim/globals.h:496: Missing space before } [whitespace/braces] [5]
src/nvim/globals.h:498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:507: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:508: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:509: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:511: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:512: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:512: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:534: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:540: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:548: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:552: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:571: for should always use braces [readability/braces] [5]
src/nvim/globals.h:572: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/globals.h:574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:577: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:591: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:594: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:605: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:609: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:617: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:617: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:631: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:636: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:640: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:642: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:664: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:673: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:675: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:684: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:699: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:721: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:727: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:733: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:739: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:747: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:778: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:782: Use true instead of TRUE. [readability/bool] [4]
src/nvim/globals.h:783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:803: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:810: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:813: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:815: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:824: Missing space before asterisk in int* [whitespace/operators] [2]
src/nvim/globals.h:827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:834: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:837: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:844: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:846: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:847: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:849: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:851: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:851: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:854: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:860: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:860: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:864: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:864: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:872: Use true instead of TRUE. [readability/bool] [4]
src/nvim/globals.h:876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:880: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:891: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:901: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:902: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:919: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:920: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:931: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:931: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:933: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:935: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:938: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:939: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:940: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:941: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:970: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:977: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:986: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1037: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:1038: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:1040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1063: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:1065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1069: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:1069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1069: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:1079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1091: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:1100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1106: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1109: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:1111: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1113: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1113: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:1135: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1142: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1156: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1166: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1176: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1183: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1185: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1187: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1192: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1206: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1208: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1211: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:1214: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1219: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1220: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:1229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.h:37: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.h:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.h:71: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.h:71: Missing space before } [whitespace/braces] [5]
src/nvim/if_cscope_defs.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:50: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:79: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:85: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:148: Use int16_t/int64_t/etc, rather than the C type long long [runtime/int] [4]
src/nvim/lib/khash.h:160: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:161: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:162: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:163: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:163: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:164: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:164: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:165: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:165: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:166: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:171: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/lib/khash.h:175: Missing space after , [whitespace/comma] [3]
src/nvim/lib/khash.h:181: Missing space after , [whitespace/comma] [3]
src/nvim/lib/khash.h:190: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:191: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:192: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:193: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:194: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:195: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:212: Missing space before asterisk in kh_##name##_t* [whitespace/operators] [2]
src/nvim/lib/khash.h:277: Missing space before asterisk in khint32_t* [whitespace/operators] [2]
src/nvim/lib/khash.h:282: Missing space before asterisk in khkey_t* [whitespace/operators] [2]
src/nvim/lib/khash.h:286: Missing space before asterisk in khval_t* [whitespace/operators] [2]
src/nvim/lib/khash.h:294: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/lib/khash.h:338: Missing space before asterisk in khkey_t* [whitespace/operators] [2]
src/nvim/lib/khash.h:341: Missing space before asterisk in khval_t* [whitespace/operators] [2]
src/nvim/lib/khash.h:417: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/lib/khash.h:421: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:422: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:423: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:425: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:426: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:427: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:427: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:429: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:430: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:430: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:449: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:461: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:461: Missing space before asterisk in khint_t)* [whitespace/operators] [2]
src/nvim/lib/khash.h:462: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:462: if should always use braces [readability/braces] [5]
src/nvim/lib/khash.h:462: Missing space before asterisk in uint8_t)* [whitespace/operators] [2]
src/nvim/lib/khash.h:462: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/lib/khash.h:463: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:629: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:630: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:630: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/lib/khash.h:631: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:631: if should always use braces [readability/braces] [5]
src/nvim/lib/khash.h:631: Missing space after , [whitespace/comma] [3]
src/nvim/lib/khash.h:632: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:632: Missing space after , [whitespace/comma] [3]
src/nvim/lib/khash.h:633: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:633: Missing space after , [whitespace/comma] [3]
src/nvim/lib/khash.h:634: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:635: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:643: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:644: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:644: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/lib/khash.h:645: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:645: if should always use braces [readability/braces] [5]
src/nvim/lib/khash.h:645: Missing space after , [whitespace/comma] [3]
src/nvim/lib/khash.h:646: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:646: Missing space after , [whitespace/comma] [3]
src/nvim/lib/khash.h:647: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:648: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:674: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:675: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:682: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:683: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:689: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:690: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:697: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:698: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:698: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:705: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:706: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/klist.h:26: #ifndef header guard has wrong style, please use: NVIM_LIB_KLIST_H [build/header_guard] [5]
src/nvim/lib/klist.h:141: #endif line should be "#endif // NVIM_LIB_KLIST_H" [build/header_guard] [5]
src/nvim/lib/klist.h:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/klist.h:48: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/lib/klist.h:54: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/lib/klist.h:55: if should always use braces [readability/braces] [5]
src/nvim/lib/klist.h:59: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/lib/klist.h:61: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/klist.h:96: for should always use braces [readability/braces] [5]
src/nvim/lib/klist.h:105: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/lib/klist.h:112: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/lib/klist.h:115: if should always use braces [readability/braces] [5]
src/nvim/lib/klist.h:120: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/lib/klist.h:139: for should always use braces [readability/braces] [5]
src/nvim/lib/kvec.h:48: #ifndef header guard has wrong style, please use: NVIM_LIB_KVEC_H [build/header_guard] [5]
src/nvim/lib/kvec.h:92: #endif line should be "#endif // NVIM_LIB_KVEC_H" [build/header_guard] [5]
src/nvim/lib/kvec.h:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/kvec.h:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/kvec.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/kvec.h:54: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/lib/kvec.h:65: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/lib/kvec.h:65: Missing space before asterisk in type* [whitespace/operators] [2]
src/nvim/lib/kvec.h:67: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:68: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:68: if should always use braces [readability/braces] [5]
src/nvim/lib/kvec.h:69: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:70: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:71: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:73: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:74: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:75: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:75: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/kvec.h:76: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:76: Missing space before asterisk in type* [whitespace/operators] [2]
src/nvim/lib/kvec.h:77: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:78: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:79: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:81: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:82: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/kvec.h:83: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/kvec.h:84: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/kvec.h:82: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:82: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/kvec.h:83: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/kvec.h:83: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:83: Missing space before asterisk in type* [whitespace/operators] [2]
src/nvim/lib/kvec.h:84: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:87: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/kvec.h:88: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/kvec.h:89: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/kvec.h:90: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/kvec.h:87: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:88: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/kvec.h:88: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:88: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/kvec.h:88: Missing space before asterisk in type* [whitespace/operators] [2]
src/nvim/lib/kvec.h:89: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/kvec.h:90: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/queue.h:16: #ifndef header guard has wrong style, please use: NVIM_LIB_QUEUE_H [build/header_guard] [5]
src/nvim/lib/queue.h:92: #endif line should be "#endif // NVIM_LIB_QUEUE_H" [build/header_guard] [5]
src/nvim/lib/queue.h:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/queue.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/queue.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/queue.h:32: for should always use braces [readability/braces] [5]
src/nvim/lib/queue.h:45: while should always use braces [readability/braces] [5]
src/nvim/lib/queue.h:54: while should always use braces [readability/braces] [5]
src/nvim/lib/queue.h:65: while should always use braces [readability/braces] [5]
src/nvim/lib/queue.h:74: while should always use braces [readability/braces] [5]
src/nvim/lib/queue.h:83: while should always use braces [readability/braces] [5]
src/nvim/lib/queue.h:90: while should always use braces [readability/braces] [5]
src/nvim/lib/queue.h:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/ringbuf.h:43: for should always use braces [readability/braces] [5]
src/nvim/lib/ringbuf.h:58: for should always use braces [readability/braces] [5]
src/nvim/lib/ringbuf.h:141: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/ringbuf.h:144: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/ringbuf.h:158: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/ringbuf.h:161: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/ringbuf.h:167: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/ringbuf.h:170: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/ringbuf.h:176: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/lib/ringbuf.h:179: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:38: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:40: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:47: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:49: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:56: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:58: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:65: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:67: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/macros.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:37: Missing space after { [whitespace/braces] [5]
src/nvim/macros.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:91: if should always use braces [readability/braces] [5]
src/nvim/macros.h:97: if should always use braces [readability/braces] [5]
src/nvim/macros.h:99: An else should always have braces before it [readability/braces] [5]
src/nvim/macros.h:99: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/macros.h:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:144: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/macros.h:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:146: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/macros.h:147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:151: if should always use braces [readability/braces] [5]
src/nvim/macros.h:152: An else should always have braces before it [readability/braces] [5]
src/nvim/macros.h:152: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/macros.h:155: Missing space before asterisk in int)* [whitespace/operators] [2]
src/nvim/macros.h:157: Use false instead of FALSE. [readability/bool] [4]
src/nvim/macros.h:162: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/macros.h:165: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/mark_defs.h:48: #endif line should be "#endif // NVIM_MARK_DEFS_H" [build/header_guard] [5]
src/nvim/mark_defs.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark_defs.h:48: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/mark.h:32: Missing space after { [whitespace/braces] [5]
src/nvim/mark.h:32: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:59: #endif line should be "#endif // NVIM_MEMLINE_DEFS_H" [build/header_guard] [5]
src/nvim/memline_defs.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:37: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:38: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:50: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:59: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/menu.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:32: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:36: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/menu.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:38: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/menu.h:38: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:42: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:42: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:49: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:50: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:805: #endif line should be "#endif // NVIM_OPTION_DEFS_H" [build/header_guard] [5]
src/nvim/option_defs.h:21: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/option_defs.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:31: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/option_defs.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:79: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:132: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option_defs.h:132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:293: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/option_defs.h:295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:312: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:312: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:324: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:328: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:357: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:357: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:368: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:368: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:400: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:400: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:424: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:426: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:536: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:540: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:638: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:638: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:805: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/option.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.h:5: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/fs_defs.h:17: Missing space after { [whitespace/braces] [5]
src/nvim/os/fs_defs.h:17: Missing space before } [whitespace/braces] [5]
src/nvim/os/os_defs.h:30: Missing space before asterisk in 5* [whitespace/operators] [2]
src/nvim/os/os_defs.h:34: Missing space before asterisk in 10* [whitespace/operators] [2]
src/nvim/os/unix_defs.h:11: Missing space after { [whitespace/braces] [5]
src/nvim/os/unix_defs.h:11: Missing space before } [whitespace/braces] [5]
src/nvim/os_unix.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.h:9: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/os_unix.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.h:10: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os_unix.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/win_defs.h:15: Missing space after { [whitespace/braces] [5]
src/nvim/os/win_defs.h:15: Missing space before } [whitespace/braces] [5]
src/nvim/path.h:39: #endif line should be "#endif // NVIM_PATH_H" [build/header_guard] [5]
src/nvim/path.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/pos.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/pos.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/pos.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/pos.h:23: Missing space after { [whitespace/braces] [5]
src/nvim/pos.h:23: Missing space before } [whitespace/braces] [5]
src/nvim/pos.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/pos.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/pos.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/profile.h:10: if should always use braces [readability/braces] [5]
src/nvim/quickfix.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/rbuffer.h:40: for should always use braces [readability/braces] [5]
src/nvim/rbuffer.h:41: for should always use braces [readability/braces] [5]
src/nvim/rbuffer.h:46: for should always use braces [readability/braces] [5]
src/nvim/rbuffer.h:47: for should always use braces [readability/braces] [5]
src/nvim/rbuffer.h:54: for should always use braces [readability/braces] [5]
src/nvim/rbuffer.h:55: for should always use braces [readability/braces] [5]
src/nvim/rbuffer.h:60: for should always use braces [readability/braces] [5]
src/nvim/rbuffer.h:61: for should always use braces [readability/braces] [5]
src/nvim/regexp_defs.h:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:150: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/regexp_defs.h:155: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/regexp_defs.h:157: Missing space before asterisk in regmatch_T* [whitespace/operators] [2]
src/nvim/regexp_defs.h:158: Missing space before asterisk in regmmatch_T* [whitespace/operators] [2]
src/nvim/regexp_defs.h:159: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_defs.h:159: Missing space before asterisk in proftime_T* [whitespace/operators] [2]
src/nvim/regexp.h:19: #endif line should be "#endif // NVIM_REGEXP_H" [build/header_guard] [5]
src/nvim/regexp.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:5: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:10: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:11: Missing space before asterisk in b_mod_* [whitespace/operators] [2]
src/nvim/screen.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:37: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:42: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/sign_defs.h:24: #endif line should be "#endif // NVIM_SIGN_DEFS_H" [build/header_guard] [5]
src/nvim/sign_defs.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/sign_defs.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/sign_defs.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/sign_defs.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/sign_defs.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/sign_defs.h:17: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/sign_defs.h:18: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/sign_defs.h:19: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/sign_defs.h:20: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/sign_defs.h:24: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/syntax_defs.h:77: #endif line should be "#endif // NVIM_SYNTAX_DEFS_H" [build/header_guard] [5]
src/nvim/syntax_defs.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:14: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax_defs.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:19: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax_defs.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:20: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax_defs.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:31: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:31: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax_defs.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:37: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:42: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:63: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax_defs.h:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:63: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax_defs.h:64: Extra space for operator ! [whitespace/operators] [4]
src/nvim/syntax_defs.h:65: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax_defs.h:66: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax_defs.h:67: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax_defs.h:68: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax_defs.h:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:66: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax_defs.h:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:72: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax_defs.h:77: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/syntax.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:21: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/syntax.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:31: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:32: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:37: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:38: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:32: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/tag.h:32: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ugrid.h:24: Missing space after { [whitespace/braces] [5]
src/nvim/ugrid.h:24: Missing space before } [whitespace/braces] [5]
src/nvim/ugrid.h:28: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ugrid.h:30: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo_defs.h:78: #endif line should be "#endif // NVIM_UNDO_DEFS_H" [build/header_guard] [5]
src/nvim/undo_defs.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:61: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/undo_defs.h:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:78: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/version.h:5: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/version.h:6: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/vim.h:319: #endif line should be "#endif // NVIM_VIM_H" [build/header_guard] [5]
src/nvim/vim.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:26: Use operator ! instead of not [readability/alt_tokens] [2]
src/nvim/vim.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:84: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/vim.h:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:88: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/vim.h:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:197: Use true instead of TRUE. [readability/bool] [4]
src/nvim/vim.h:198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:198: Use false instead of FALSE. [readability/bool] [4]
src/nvim/vim.h:199: Use true instead of TRUE. [readability/bool] [4]
src/nvim/vim.h:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:241: Almost always, snprintf is better than strcpy [runtime/printf] [4]
src/nvim/vim.h:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:269: Almost always, snprintf is better than strcat [runtime/printf] [4]
src/nvim/vim.h:280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:291: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/vim.h:293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:11: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/window.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:31: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
Total errors found: 47573